From a4c2d55aeab56f13909f40e0f7c68f65ab66b62c Mon Sep 17 00:00:00 2001 From: Christopher Sanden Date: Mon, 16 Mar 2026 13:31:41 +0100 Subject: [PATCH] initial branch commit --- FastNotes/libs/supabase.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FastNotes/libs/supabase.ts b/FastNotes/libs/supabase.ts index 2e58882..4d7d7a7 100644 --- a/FastNotes/libs/supabase.ts +++ b/FastNotes/libs/supabase.ts @@ -47,3 +47,5 @@ export const supabase = createClient(supabaseUrl, supabaseAnonKey, { }, } ) + +