Skip to content

Commit 80bcacc

Browse files
committed
upcoming updater typo fix
1 parent 2883a73 commit 80bcacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upcoming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const year = /^[0-9]{4}$/;
156156
}
157157

158158
// Add to array of promises to update all at once after the forEach iterations finish
159-
// promises.push(col.updateOne({ 'rocket.second_stage.payloads.payload_id': payload }, { $set: calculatedTimes }));
159+
promises.push(col.updateOne({ 'rocket.second_stage.payloads.payload_id': payload }, { $set: calculatedTimes }));
160160
}
161161
});
162162
});

0 commit comments

Comments
 (0)