Skip to content

Commit 7154b37

Browse files
Change nothing, maybe it'll solve everything
1 parent f47d6a1 commit 7154b37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

routes/dev/devtools.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export const handler: Handlers = {
1818
path: "/",
1919
});
2020

21-
return new Response(null, { status: 303, headers });
21+
const response = new Response(null, { status: 303, headers });
22+
23+
return response;
2224
},
2325
};

0 commit comments

Comments
 (0)