Skip to content

Commit

Permalink
chore(multi): update on background
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 22, 2021
1 parent 2abf6dd commit 0b4be03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multi/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MultiCache {

if (hasValue && isFresh) {
res = data.value
await this.local.set(
this.local.set(
this.remote._getKeyUnprefix(key),
data.value,
data.expires
Expand Down

0 comments on commit 0b4be03

Please sign in to comment.