Skip to content

Commit 7dd2594

Browse files
authored
Merge pull request #8 from Tomotoes/patch-1
[fix] index.js Duplicate method declaration
2 parents 96b5e48 + 788ff78 commit 7dd2594

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ var RegularClientPrototype = mqtt.MqttClient.prototype;
77
var ASYNC_METHODS = ['publish',
88
'subscribe',
99
'unsubscribe',
10-
'unsubscribe',
1110
'end'
1211
];
1312

0 commit comments

Comments
 (0)