Skip to content

Commit 6aaabf2

Browse files
authored
docs: typo on readme reconnecting demo (#1505)
1 parent 432cc27 commit 6aaabf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Example (update clientId & username on each reconnect):
203203
client.options.username = `token=${this.get_current_auth_token()}`;
204204
client.options.clientId = `${this.get_updated_clientId()}`;
205205
206-
return `${this.get_signed_cloud_url(url)`;
206+
return `${this.get_signed_cloud_url(url)}`;
207207
}
208208
209209
const connection = await mqtt.connectAsync(<wss url>, {

0 commit comments

Comments
 (0)