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.aggregate([
{ $out : 'webring' }
]);
]).toArray();
await tempCollection.drop();
} else {
//otherwise none found, so delete them all

Loading…
Cancel
Save