use clearCache
This commit is contained in:
parent
2fa1270f0b
commit
aa4f811e9e
|
@ -27,7 +27,7 @@ export class SettingsService implements SettingsServiceAbstraction {
|
|||
|
||||
async clear(userId: string): Promise<void> {
|
||||
await this.storageService.remove(Keys.settingsPrefix + userId);
|
||||
this.settingsCache = null;
|
||||
this.clearCache();
|
||||
}
|
||||
|
||||
// Helpers
|
||||
|
|
Loading…
Reference in New Issue