There was an error while loading. Please reload this page.
1 parent 6f6bb96 commit d66a242Copy full SHA for d66a242
packages/core/src/storage/kvStore/SimpleKVStore.ts
@@ -55,7 +55,6 @@ export class SimpleKVStore extends BaseKVStore {
55
): Promise<boolean> {
56
if (key in this.data[collection]) {
57
delete this.data[collection][key];
58
-
59
return true;
60
}
61
return false;
0 commit comments