diff --git a/src/SupabaseClient.ts b/src/SupabaseClient.ts index eba42aace..af0d4b0fc 100644 --- a/src/SupabaseClient.ts +++ b/src/SupabaseClient.ts @@ -52,12 +52,12 @@ export default class SupabaseClient< * Supabase Auth allows you to create and manage user sessions for access to data that is secured by access policies. */ auth: SupabaseAuthClient + realtime: RealtimeClient protected realtimeUrl: string protected authUrl: string protected storageUrl: string protected functionsUrl: string - protected realtime: RealtimeClient protected rest: PostgrestClient protected storageKey: string protected fetch?: Fetch