From 040d6896a3cd5622e78cccdedd8cce2afcf49a31 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 13 Dec 2020 19:27:25 +0100 Subject: add display of logs matching any state --- server/helpers/custom-validators/jobs.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/helpers') 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) { // --------------------------------------------------------------------------- export { + jobStates, isValidJobState, isValidJobType } -- cgit v1.2.3