diff --git a/server/services/notifications/utils/processNotifications.ts b/server/services/notifications/utils/processNotifications.ts index 1339cd1..c65f6f2 100644 --- a/server/services/notifications/utils/processNotifications.ts +++ b/server/services/notifications/utils/processNotifications.ts @@ -105,7 +105,7 @@ export const startNotificationMonitor = async () => { }, 5 * 1000); }; -const createJob = async ( +export const createJob = async ( id: string, schedule: string, task: () => Promise