Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 8a86b8f

Browse files
committed
fuck the fetch
1 parent 8283e72 commit 8a86b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function isLoggedIn(hashedKey?: string) {
4040
}
4141

4242
console.log(process.version);
43-
console.log("patched: ", (fetch as any).__XX_PATCHED__)
43+
console.log("patched: ", (fetch as any).__XX_PATCHED__);
4444
console.log("key", hashedKey);
4545
const { headers } = await import("next/headers");
4646
console.log("headers", headers);

0 commit comments

Comments
 (0)