use clearCache

This commit is contained in:
Kyle Spearrin 2019-04-11 16:32:07 -04:00
parent 2fa1270f0b
commit aa4f811e9e
1 changed files with 1 additions and 1 deletions

View File

@ -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