Added check up email that everything works.
This commit is contained in:
6
app/npmScripts/npmCheckUpNotify.js
Normal file
6
app/npmScripts/npmCheckUpNotify.js
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
const { checkUpNotifyAll } = require("../services/notificationService");
|
||||
|
||||
(async () => {
|
||||
await checkUpNotifyAll();
|
||||
})();
|
||||
Reference in New Issue
Block a user