Skip to content

Commit d271096

Browse files
fix formatting
1 parent 5f3b5d8 commit d271096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/kvCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Cache implements IncrementalCache {
6868
}
6969
if (!kv) {
7070
// The cache can not be updated when there is no KV
71-
// As we don't want to keep serving stale data for ever,
71+
// As we don't want to keep serving stale data for ever,
7272
// we pretend the entry is not in cache
7373
const entryValue = entry?.value as CachedFetchValue;
7474
if (entryValue?.kind === "FETCH") {

0 commit comments

Comments
 (0)