change selectors to fit the new design

This commit is contained in:
Fran Jurmanović
2024-08-16 23:00:39 +02:00
parent 3c6bdeab60
commit 43b4757696
4 changed files with 13 additions and 9 deletions

View File

@@ -195,7 +195,8 @@ const taskPlugin = new Elysia({ prefix: "/job" })
return true;
} catch (err) {
set.status = 400;
return err;
logger.error(err);
return false;
}
},
{