Nick: remove active job alerts

This commit is contained in:
Nicolas 2024-08-15 14:50:30 -04:00
parent 0c14366720
commit 32c6b1f136
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export async function checkAlerts() {
};
const checkAll = async () => {
await checkActiveJobs();
// await checkActiveJobs();
await checkWaitingQueue();
};