Skip to content

Commit 7a2bf5f

Browse files
authored
refactor: remove dead code (#582)
1 parent c7c5d3d commit 7a2bf5f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ export class D1NextModeTagCache implements NextModeTagCache {
6363
};
6464
}
6565

66-
protected removeBuildId(key: string) {
67-
return key.replace(`${this.getBuildId()}/`, "");
68-
}
69-
7066
protected getCacheKey(key: string) {
7167
return `${this.getBuildId()}/${key}`.replaceAll("//", "/");
7268
}

0 commit comments

Comments
 (0)