Skip to content

Commit 6c61c9d

Browse files
committed
fix: remove protected flag from SupabaseClient realtime var
1 parent 43b32e9 commit 6c61c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ export default class SupabaseClient<
5252
* Supabase Auth allows you to create and manage user sessions for access to data that is secured by access policies.
5353
*/
5454
auth: SupabaseAuthClient
55+
realtime: RealtimeClient
5556

5657
protected realtimeUrl: string
5758
protected authUrl: string
5859
protected storageUrl: string
5960
protected functionsUrl: string
60-
protected realtime: RealtimeClient
6161
protected rest: PostgrestClient<Database, SchemaName>
6262
protected storageKey: string
6363
protected fetch?: Fetch

0 commit comments

Comments
 (0)