Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Apr 21, 2022
1 parent 009ca5f commit 7f769aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphEntry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 7f769aa

Please sign in to comment.