Skip to content

Commit 9197087

Browse files
committed
Linting
1 parent ab67d66 commit 9197087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module.exports = NodeHelper.create({
132132

133133
// Store next dates
134134
if (i === 0 || showJob.nextDate().toDate() < nextShowDate) {
135-
nextShowDate = new Date(showJob.nextDate()); //.toDate();
135+
nextShowDate = new Date(showJob.nextDate()); //.toDate();
136136
}
137137
if (i === 0 || hideJob.nextDate().toDate() < nextShowDate) {
138138
nextHideDate = new Date(hideJob.nextDate()); //.toDate();

0 commit comments

Comments
 (0)