migration #51

Merged
cowch merged 166 commits from migration into main 2025-09-19 22:18:47 -05:00
Showing only changes of commit 103171c924 - Show all commits

View File

@@ -105,7 +105,7 @@ export const startNotificationMonitor = async () => {
}, 5 * 1000); }, 5 * 1000);
}; };
const createJob = async ( export const createJob = async (
id: string, id: string,
schedule: string, schedule: string,
task: () => Promise<void> task: () => Promise<void>