diff --git a/src/graphEntry.ts b/src/graphEntry.ts index b0dd2ab..2ba2d9b 100644 --- a/src/graphEntry.ts +++ b/src/graphEntry.ts @@ -331,7 +331,7 @@ export default class GraphEntry { } if (this._cache) { - this._setCache(this._entityID, history, this._useCompress).catch((err) => { + await this._setCache(this._entityID, history, this._useCompress).catch((err) => { log(err); localForage.clear(); });