Skip to content

Commit f32261a

Browse files
committed
WTF
1 parent 34d24d8 commit f32261a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/functions/inituser/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "jsr:@supabase/functions-js/edge-runtime.d.ts";
22
import { createClient } from "jsr:@supabase/supabase-js@2";
3-
import { corsHeaders } from "../_shared/cors.ts';
3+
import { corsHeaders } from "../_shared/cors.ts";
44

55
Deno.serve(async (req) => {
66
const supabase = createClient(

0 commit comments

Comments
 (0)