aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers')
-rw-r--r--server/helpers/custom-validators/jobs.ts1
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
17export { 17export {
18 jobStates,
18 isValidJobState, 19 isValidJobState,
19 isValidJobType 20 isValidJobType
20} 21}