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 2883a73 commit 80bcaccCopy full SHA for 80bcacc
scripts/upcoming.js
@@ -156,7 +156,7 @@ const year = /^[0-9]{4}$/;
156
}
157
158
// 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 }));
+ promises.push(col.updateOne({ 'rocket.second_stage.payloads.payload_id': payload }, { $set: calculatedTimes }));
160
161
});
162
0 commit comments