Skip to content

Commit 0cf0395

Browse files
committed
Removed blanks.
1 parent 70adb15 commit 0cf0395

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mqtt.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ Cayenne.prototype.connect = function(callback) {
5353
});
5454

5555
this.client.on('message', self.onMessage.bind(self));
56-
57-
5856

5957
const cmdTopic = apiVersion + '/:username/'+THINGS+'/:thingId/cmd/:channel';
6058
Router.addRoute(cmdTopic, this.handleCommand.bind(this));

0 commit comments

Comments
 (0)