mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
server(themes): remove _test key suffix
This commit is contained in:
@@ -86,7 +86,7 @@ function write<T>(
|
||||
key: string,
|
||||
data: T
|
||||
) {
|
||||
return client.kv.namespaces.values.update(config.namespaceId, key + "_test", {
|
||||
return client.kv.namespaces.values.update(config.namespaceId, key, {
|
||||
account_id: config.cfAccountId,
|
||||
value: JSON.stringify(data)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user