We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3b5d8 commit d271096Copy full SHA for d271096
packages/cloudflare/src/api/kvCache.ts
@@ -68,7 +68,7 @@ class Cache implements IncrementalCache {
68
}
69
if (!kv) {
70
// The cache can not be updated when there is no KV
71
- // As we don't want to keep serving stale data for ever,
+ // As we don't want to keep serving stale data for ever,
72
// we pretend the entry is not in cache
73
const entryValue = entry?.value as CachedFetchValue;
74
if (entryValue?.kind === "FETCH") {
0 commit comments