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 bbe2977 commit 432b0e5Copy full SHA for 432b0e5
src/services/JobService.js
@@ -378,8 +378,8 @@ fullyUpdateJob.schema = Joi.object().keys({
378
roleIds: Joi.array().items(Joi.string().uuid().required()).default(null),
379
showInHotList: Joi.boolean(),
380
featured: Joi.boolean(),
381
- hotListExcerpt: Joi.stringAllowEmpty().allow(null),
382
- jobTag: Joi.jobTag().allow(null)
+ hotListExcerpt: Joi.stringAllowEmpty(),
+ jobTag: Joi.jobTag()
383
}).required()
384
385
0 commit comments