migration #51
@@ -105,7 +105,7 @@ export const startNotificationMonitor = async () => {
|
||||
}, 5 * 1000);
|
||||
};
|
||||
|
||||
const createJob = async (
|
||||
export const createJob = async (
|
||||
id: string,
|
||||
schedule: string,
|
||||
task: () => Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user