Changed logic for checkup.For testing.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
const { checkUpNotifyAll } = require("../services/notificationService");
|
||||
|
||||
const { checkUpNotify } = require("../services/notificationService");
|
||||
//For testing pursposes
|
||||
(async () => {
|
||||
await checkUpNotifyAll();
|
||||
await checkUpNotify();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user