apply prettier

This commit is contained in:
Bilal Catic
2020-02-20 19:46:39 +01:00
parent df2a962d0f
commit cff7cc2e9c
3 changed files with 9 additions and 13 deletions

View File

@@ -131,7 +131,7 @@ const notifyRequestsWithDailyOption = async () => {
};
const checkUpNotify = async () => {
/* const searchRequestsForCheckUp = await findAllRequestsForCheckUp();
/* const searchRequestsForCheckUp = await findAllRequestsForCheckUp();
const asyncSendEmailActions = [];
@@ -144,7 +144,7 @@ const checkUpNotify = async () => {
asyncSendEmailActions.push(sendEmailPromise);
sendEmailPromise.catch(err => console.log("[Email Sending Failed]", err));
}
await Promise.all(asyncSendEmailActions); */
await Promise.all(asyncSendEmailActions); */
};
module.exports = {