Commented checkup out and Prostor fetch changed.

This commit is contained in:
Naida Vatric
2020-02-27 19:01:11 +01:00
parent 44402a9cc4
commit edca7f91af
2 changed files with 12 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ const notifyRequestsWithDailyOption = async () => {
};
const checkUpNotify = async () => {
const searchRequestsForCheckUp = await findAllRequestsForCheckUp();
/* const searchRequestsForCheckUp = await findAllRequestsForCheckUp();
const asyncSendEmailActions = [];
@@ -153,7 +153,7 @@ const checkUpNotify = async () => {
searchRequest.notifiedAt = new Date();
searchRequest.save();
}
await Promise.all(asyncSendEmailActions);
await Promise.all(asyncSendEmailActions);*/
};
module.exports = {