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 c7c5d3d commit 7a2bf5fCopy full SHA for 7a2bf5f
packages/cloudflare/src/api/overrides/tag-cache/d1-next-tag-cache.ts
@@ -63,10 +63,6 @@ export class D1NextModeTagCache implements NextModeTagCache {
63
};
64
}
65
66
- protected removeBuildId(key: string) {
67
- return key.replace(`${this.getBuildId()}/`, "");
68
- }
69
-
70
protected getCacheKey(key: string) {
71
return `${this.getBuildId()}/${key}`.replaceAll("//", "/");
72
0 commit comments