Skip to content

Commit eaa7e5d

Browse files
piehserhalp
andauthored
Update src/run/handlers/cache.cts
Co-authored-by: Philippe Serhal <philippe.serhal@gmail.com>
1 parent 4b6de32 commit eaa7e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/handlers/cache.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export class NetlifyCacheHandler implements CacheHandler {
312312

313313
const value = this.transformToStorableObject(data, context)
314314

315-
// if previous CacheHandler.get call returned null (page was either never rendered on was on-demand revalidated)
315+
// if previous CacheHandler.get call returned null (page was either never rendered or was on-demand revalidated)
316316
// and we didn't yet capture cache tags, we try to get cache tags from freshly produced cache value
317317
this.captureCacheTags(value, key)
318318

0 commit comments

Comments
 (0)