Skip to content

Commit

Permalink
Please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMayer committed Mar 3, 2024
1 parent 680f240 commit 260b7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/class/cv/io/mqtt/Client.js
Expand Up @@ -241,10 +241,10 @@ qx.Class.define('cv.io.mqtt.Client', {
__connect() {
try {
if (!cv.report.Record.REPLAYING) {
this._client.connect( this._clientOptions);
this._client.connect(this._clientOptions);
}
} catch (e) {
onFailure({
this._clientOptions.onFailure({
errorMessage: e.toString(),
errorCode: 'login -> _client.connect(' + this._backendUrl + ')'
});
Expand Down

0 comments on commit 260b7bf

Please sign in to comment.