if this fixes #145 im gonna kill myself

merge-requests/208/head
fatchan 4 years ago
parent 339910241a
commit 82eb07e827
  1. 2
      schedules/webring.js

@ -62,7 +62,7 @@ module.exports = async () => {
await tempCollection.insertMany(webringBoards); await tempCollection.insertMany(webringBoards);
await tempCollection.aggregate([ await tempCollection.aggregate([
{ $out : 'webring' } { $out : 'webring' }
]); ]).toArray();
await tempCollection.drop(); await tempCollection.drop();
} else { } else {
//otherwise none found, so delete them all //otherwise none found, so delete them all

Loading…
Cancel
Save