Added check up email that everything works.

This commit is contained in:
Naida Vatric
2020-01-23 15:48:48 +01:00
parent 259799144e
commit b2c102bc1a
5 changed files with 84 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
"use strict";
const { checkUpNotifyAll } = require("../services/notificationService");
(async () => {
await checkUpNotifyAll();
})();