We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d24d8 commit f32261aCopy full SHA for f32261a
supabase/functions/inituser/index.ts
@@ -1,6 +1,6 @@
1
import "jsr:@supabase/functions-js/edge-runtime.d.ts";
2
import { createClient } from "jsr:@supabase/supabase-js@2";
3
-import { corsHeaders } from "../_shared/cors.ts';
+import { corsHeaders } from "../_shared/cors.ts";
4
5
Deno.serve(async (req) => {
6
const supabase = createClient(
0 commit comments