Skip to content

Commit

Permalink
Chore: remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
DanielRivers and coderabbitai[bot] authored Dec 1, 2024
1 parent 987df3c commit 93c855e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/logout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { isPreFetch } from "../utils/isPreFetch";
*/
export const logout = async (routerClient: RouterClient) => {
if (isPreFetch(routerClient.req)) {
console.log("isPreFetch");
return null
}

Expand Down

0 comments on commit 93c855e

Please sign in to comment.