Browse Source

Include err type in res

pull/5340/merge
Chocobozzz 1 week ago
parent
commit
8762b1c7ff
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      server/middlewares/validators/runners/jobs.ts

+ 1
- 0
server/middlewares/validators/runners/jobs.ts View File

@@ -76,6 +76,7 @@ export const updateRunnerJobValidator = [

return res.fail({
status: HttpStatusCode.BAD_REQUEST_400,
type: ServerErrorCode.RUNNER_JOB_NOT_IN_PROCESSING_STATE,
message: 'Session of this live ended',
tags
})


Loading…
Cancel
Save