We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43c3d34 + 99c35db commit ee06d4eCopy full SHA for ee06d4e
src/services/JobService.js
@@ -208,7 +208,7 @@ createJob.schema = Joi.object().keys({
208
hoursPerWeek: Joi.number().integer().allow(null),
209
jobLocation: Joi.string().allow(null),
210
jobTimezone: Joi.string().allow(null),
211
- currency: Joi.string().allow(null)
+ currency: Joi.string().allow(null),
212
roleIds: Joi.array().items(Joi.string().uuid().required())
213
}).required()
214
0 commit comments