Skip to content

Commit c6ce9ea

Browse files
committed
Removed blanks.
1 parent 0cf0395 commit c6ce9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mqtt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Cayenne.prototype.connect = function(callback) {
5353
});
5454

5555
this.client.on('message', self.onMessage.bind(self));
56-
56+
5757
const cmdTopic = apiVersion + '/:username/'+THINGS+'/:thingId/cmd/:channel';
5858
Router.addRoute(cmdTopic, this.handleCommand.bind(this));
5959

0 commit comments

Comments
 (0)