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 0393f54 commit f24ab92Copy full SHA for f24ab92
packages/cloudflare/src/api/overrides/incremental-cache/regional-cache.ts
@@ -75,7 +75,7 @@ class RegionalCache implements IncrementalCache {
75
}
76
77
get #bypassTagCacheOnCacheHit(): boolean {
78
- if (this.opts.bypassTagCacheOnCacheHit) {
+ if (this.opts.bypassTagCacheOnCacheHit !== undefined) {
79
// If the bypassTagCacheOnCacheHit option is set we return that one
80
return this.opts.bypassTagCacheOnCacheHit;
81
0 commit comments