diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-13 19:27:25 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-13 19:27:25 +0100 |
commit | 040d6896a3cd5622e78cccdedd8cce2afcf49a31 (patch) | |
tree | 1c4a1503e1886ce411e008fd0b367ef0d12088e9 /server/helpers/custom-validators | |
parent | 7aebd32f8396827012aab5ea196158606c0611e3 (diff) | |
download | PeerTube-040d6896a3cd5622e78cccdedd8cce2afcf49a31.tar.gz PeerTube-040d6896a3cd5622e78cccdedd8cce2afcf49a31.tar.zst PeerTube-040d6896a3cd5622e78cccdedd8cce2afcf49a31.zip |
add display of logs matching any state
Diffstat (limited to 'server/helpers/custom-validators')
-rw-r--r-- | server/helpers/custom-validators/jobs.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/helpers/custom-validators/jobs.ts b/server/helpers/custom-validators/jobs.ts index dd33e85a3..72dc73ee4 100644 --- a/server/helpers/custom-validators/jobs.ts +++ b/server/helpers/custom-validators/jobs.ts | |||
@@ -15,6 +15,7 @@ function isValidJobType (value: any) { | |||
15 | // --------------------------------------------------------------------------- | 15 | // --------------------------------------------------------------------------- |
16 | 16 | ||
17 | export { | 17 | export { |
18 | jobStates, | ||
18 | isValidJobState, | 19 | isValidJobState, |
19 | isValidJobType | 20 | isValidJobType |
20 | } | 21 | } |