Skip to content

Commit

Permalink
Remove unused import from strategy test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 17, 2024
1 parent 581bf6b commit dfe564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategy.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, test } from "bun:test";
import { Cookie, SetCookie } from "@mjackson/headers";
import { Cookie } from "@mjackson/headers";
import { Strategy } from "./strategy";

type User = number;
Expand Down

0 comments on commit dfe564a

Please sign in to comment.