aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clj/queue_api/routes/services.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/queue_api/routes/services.clj b/src/clj/queue_api/routes/services.clj
index c3c83e9..9b8cc91 100644
--- a/src/clj/queue_api/routes/services.clj
+++ b/src/clj/queue_api/routes/services.clj
@@ -11,7 +11,7 @@
{:id s/Str
:name s/Str
:primary_skillset [s/Str]
- (s/optional-key :secondary_skillset) [s/Str]})
+ :secondary_skillset [s/Str]})
(s/defschema new-job
{:id s/Str