"use strict"; const { checkUpNotifyAll } = require("../services/notificationService"); (async () => { await checkUpNotifyAll(); })();