Skip to content

Commit 06c8130

Browse files
committed
idk what's happening
1 parent 6d5ff42 commit 06c8130

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supabase/functions/inituser/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Deno.serve(async (req) => {
1919
});
2020
}
2121

22-
// Check Authorization header
2322
const authHeader = req.headers.get('Authorization');
2423
if (!authHeader) {
2524
return new Response('Authorization header missing', { status: 401 });

0 commit comments

Comments
 (0)