Skip to content

Commit 13fb8a7

Browse files
alaisterw3b6x9
andauthored
Update src/lib/SupabaseRealtimeClient.ts
Co-authored-by: Wen Bo Xie <[email protected]>
1 parent e537ee7 commit 13fb8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/SupabaseRealtimeClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class SupabaseRealtimeClient {
6363
*/
6464
subscribe(callback: Function = () => {}) {
6565
// if the socket already has a good accessToken
66-
// we can just use it strait away
66+
// we can just use it straight away
6767
if (this.socket.accessToken) {
6868
this.channel.updateJoinPayload({
6969
user_token: this.socket.accessToken,

0 commit comments

Comments
 (0)