Include err type in res

pull/5817/head
Chocobozzz 2023-05-22 14:10:59 +02:00
parent 17ecdf61ce
commit 8762b1c7ff
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

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
})