We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e537ee7 commit 13fb8a7Copy full SHA for 13fb8a7
src/lib/SupabaseRealtimeClient.ts
@@ -63,7 +63,7 @@ export class SupabaseRealtimeClient {
63
*/
64
subscribe(callback: Function = () => {}) {
65
// if the socket already has a good accessToken
66
- // we can just use it strait away∏
+ // we can just use it straight away
67
if (this.socket.accessToken) {
68
this.channel.updateJoinPayload({
69
user_token: this.socket.accessToken,
0 commit comments