Skip to content

Commit

Permalink
fix: remove protected flag from SupabaseClient realtime var
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Mar 31, 2023
1 parent 43b32e9 commit 6c61c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SupabaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Database, SchemaName>
protected storageKey: string
protected fetch?: Fetch
Expand Down

0 comments on commit 6c61c9d

Please sign in to comment.