refactor(#35): iNdEnTaTiOn

This commit is contained in:
OllyNicholass
2024-10-29 21:46:52 +00:00
parent 550d9bac18
commit d49f4b2c38
7 changed files with 49 additions and 55 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
import type { SupabaseClient } from "@supabase/supabase-js";
import type { SupabaseClient } from '@supabase/supabase-js';
export async function signOut(supabase: SupabaseClient, callback: () => void) {
// TODO use the error from the response
const { error } = await supabase.auth.signOut().then(callback);
}
// TODO use the error from the response
const { error } = await supabase.auth.signOut().then(callback);
}