Skip to content

Commit e71ac88

Browse files
committed
fixup: add TODO comments
1 parent c26881d commit e71ac88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cloudflare/src/api/overrides/tag-cache/kv-next-tag-cache.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export class KVNextModeTagCache implements NextModeTagCache {
6363
await kv.put(this.getCacheKey(tag), timeMs);
6464
})
6565
);
66+
67+
// TODO: See https://github.com/opennextjs/opennextjs-aws/issues/986
6668
await purgeCacheByTags(tags);
6769
}
6870

0 commit comments

Comments
 (0)