We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab67d66 commit 9197087Copy full SHA for 9197087
node_helper.js
@@ -132,7 +132,7 @@ module.exports = NodeHelper.create({
132
133
// Store next dates
134
if (i === 0 || showJob.nextDate().toDate() < nextShowDate) {
135
- nextShowDate = new Date(showJob.nextDate()); //.toDate();
+ nextShowDate = new Date(showJob.nextDate()); //.toDate();
136
}
137
if (i === 0 || hideJob.nextDate().toDate() < nextShowDate) {
138
nextHideDate = new Date(hideJob.nextDate()); //.toDate();
0 commit comments