mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
This reverts commit 38c335d8fb.
This commit is contained in:
@@ -59,7 +59,7 @@ export class FakeStorageService implements AbstractStorageService {
|
||||
return Promise.resolve(this.store[key] != null);
|
||||
}
|
||||
save<T>(key: string, obj: T, options?: StorageOptions): Promise<void> {
|
||||
this.mock.save(key, obj, options);
|
||||
this.mock.save(key, options);
|
||||
this.store[key] = obj;
|
||||
this.updatesSubject.next({ key: key, updateType: "save" });
|
||||
return Promise.resolve();
|
||||
|
||||
Reference in New Issue
Block a user