Emilia Slade
Results
1
comments of
Emilia Slade
I encountered the same issue after deleting a check. I fixed it by running the following in mongo: ``` check_ids = db.checks.find({}, { _id: true }).toArray().map(function (check) { return check._id...