1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-05 18:13:14 +00:00

[style] Fix lint complaints

This commit is contained in:
addison
2021-11-10 10:10:22 -05:00
parent 49b2f2f93b
commit d718fb6b21

View File

@@ -1107,7 +1107,6 @@ export class StateService implements StateServiceAbstraction {
await this.saveAccount(account, this.reconcileOptions(options, this.defaultOnDiskLocalOptions));
}
console.debug('saving global theme');
const globals = await this.getGlobals(this.reconcileOptions(options, this.defaultOnDiskLocalOptions));
globals.theme = value;
await this.saveGlobals(globals, this.reconcileOptions(options, this.defaultOnDiskLocalOptions));