This website works better with JavaScript.
Home
Explore
Help
Sign In
rigelk
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
0
Code
Releases
119
Activity
Browse Source
Include err type in res
pull/5340/merge
Chocobozzz
1 week ago
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
})
Write
Preview
Loading…
Cancel
Save