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 46011a3 commit 98a5c60Copy full SHA for 98a5c60
src/services/JobCandidateService.js
@@ -131,7 +131,7 @@ createJobCandidate.schema = Joi.object().keys({
131
userId: Joi.string().uuid().required(),
132
externalId: Joi.string().allow(null),
133
resume: Joi.string().uri().allow(null),
134
- remark: Joi.string().allow(null)
+ remark: Joi.stringAllowEmpty().allow(null)
135
}).required()
136
137
0 commit comments