Update key
This commit is contained in:
parent
64f2be09e6
commit
0f5007b8d2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class EmbeddingStore {
|
|||
|
||||
static final EmbeddingStore instance = EmbeddingStore._privateConstructor();
|
||||
|
||||
static const kEmbeddingsSyncTimeKey = "sync_time_embeddings_v3-test";
|
||||
static const kEmbeddingsSyncTimeKey = "sync_time_embeddings_v3";
|
||||
|
||||
final _logger = Logger("EmbeddingStore");
|
||||
final _dio = NetworkClient.instance.enteDio;
|
||||
|
|
Loading…
Add table
Reference in a new issue