This commit is contained in:
Nicolas
2024-08-16 22:17:38 -04:00
parent 47123be783
commit f797380112
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export async function checkAlerts() {
};
const checkAll = async () => {
// await checkActiveJobs();
await checkActiveJobs();
await checkWaitingQueue();
};