Compare commits

...

1 Commits

Author SHA1 Message Date
Nicholas Tindle
8b0688d962 Update client.ts 2025-02-13 16:20:24 -06:00

View File

@@ -60,6 +60,7 @@ export default class BackendAPI {
this.wsUrl = wsUrl;
}
// Gets the supabase client, which is used to make requests to the backend
private get supabaseClient(): SupabaseClient | null {
return isClient
? createBrowserClient(