Skip to content

Commit 08d3d82

Browse files
committed
Fix linting
1 parent f990128 commit 08d3d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workers/handler/test/purge-tag.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ it("passes when no URLs are found", async () => {
6969
const sendBatch = vi
7070
.spyOn(env.CACHE_PURGE_URL, "sendBatch")
7171
.mockResolvedValue();
72-
const id = "test";
7372
const url = "https://example.com";
7473
const zone = "example.com";
7574
const tag = "example";

0 commit comments

Comments
 (0)