Skip to content

Commit d7158a9

Browse files
refactor: remove empty stop method from NodeHelper
1 parent e5363b3 commit d7158a9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

node_helper.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ module.exports = NodeHelper.create({
1111
this.calendarEvents = {};
1212
},
1313

14-
// eslint-disable-next-line no-empty-function
15-
stop () {},
16-
1714
socketNotificationReceived (noti, payload) {
1815
switch (noti) {
1916
case "START":

0 commit comments

Comments
 (0)