MQTT.js icon indicating copy to clipboard operation
MQTT.js copied to clipboard

the code in readme has smme problem

Open 961998264 opened this issue 2 years ago • 0 comments

const transformWsUrl = (url, options, client) => { client.options.username =token=${this.get_current_auth_token()}; client.options.clientId = ${this.get_updated_clientId()}`;

  return `${this.get_signed_cloud_url(url)`;
}`

The lack of '}'

961998264 avatar Jul 06 '22 08:07 961998264