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.
1 parent ee06d4e commit d1ac310Copy full SHA for d1ac310
src/services/JobService.js
@@ -325,7 +325,7 @@ fullyUpdateJob.schema = Joi.object().keys({
325
hoursPerWeek: Joi.number().integer().allow(null),
326
jobLocation: Joi.string().allow(null),
327
jobTimezone: Joi.string().allow(null),
328
- currency: Joi.string().allow(null)
+ currency: Joi.string().allow(null),
329
roleIds: Joi.array().items(Joi.string().uuid().required()).default(null)
330
}).required()
331
0 commit comments