Skip to content

Commit 673aa5b

Browse files
committed
chore: update prettier and formatting
1 parent e701ea2 commit 673aa5b

18 files changed

+424
-408
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const options = {
8282
fetchMethod: async (
8383
key,
8484
staleValue,
85-
{ options, signal, context }
85+
{ options, signal, context },
8686
) => {},
8787
}
8888

@@ -161,7 +161,7 @@ const cache = {
161161
}
162162
cache.timers.set(
163163
k,
164-
setTimeout(() => cache.delete(k), ttl)
164+
setTimeout(() => cache.delete(k), ttl),
165165
)
166166
cache.data.set(k, v)
167167
},

0 commit comments

Comments
 (0)