1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Delete missed state in #8122 (#8428)

This commit is contained in:
Matt Gibson
2024-03-21 13:42:09 -05:00
committed by GitHub
parent 19c97fb796
commit 9a70e63e73
3 changed files with 0 additions and 20 deletions

View File

@@ -246,8 +246,6 @@ export abstract class StateService<T extends Account = Account> {
value: { [cipherId: string]: LocalData },
options?: StorageOptions,
) => Promise<void>;
getLocale: (options?: StorageOptions) => Promise<string>;
setLocale: (value: string, options?: StorageOptions) => Promise<void>;
getMinimizeOnCopyToClipboard: (options?: StorageOptions) => Promise<boolean>;
setMinimizeOnCopyToClipboard: (value: boolean, options?: StorageOptions) => Promise<void>;
getOrganizationInvitation: (options?: StorageOptions) => Promise<any>;