Changed logic for checkup.For testing.
This commit is contained in:
@@ -113,7 +113,7 @@ const notifyRequestsWithDailyOption = async () => {
|
||||
await notifyMatches(matches, true);
|
||||
};
|
||||
|
||||
const checkUpNotifyAll = async () => {
|
||||
const checkUpNotify = async () => {
|
||||
const searchRequestsForCheckUp = await findAllRequestsForCheckUp();
|
||||
|
||||
const asyncSendEmailActions = [];
|
||||
@@ -134,5 +134,5 @@ module.exports = {
|
||||
notifyForNewRealEstates,
|
||||
notifyForNewSearchRequest,
|
||||
notifyRequestsWithDailyOption,
|
||||
checkUpNotifyAll
|
||||
checkUpNotify
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user