We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5ff42 commit 06c8130Copy full SHA for 06c8130
supabase/functions/inituser/index.ts
@@ -19,7 +19,6 @@ Deno.serve(async (req) => {
19
});
20
}
21
22
- // Check Authorization header
23
const authHeader = req.headers.get('Authorization');
24
if (!authHeader) {
25
return new Response('Authorization header missing', { status: 401 });
0 commit comments