Skip to content

Commit ee06d4e

Browse files
authored
Merge pull request #285 from topcoder-platform/feature/api-updates
fix: fixed syntax
2 parents 43c3d34 + 99c35db commit ee06d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/JobService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ createJob.schema = Joi.object().keys({
208208
hoursPerWeek: Joi.number().integer().allow(null),
209209
jobLocation: Joi.string().allow(null),
210210
jobTimezone: Joi.string().allow(null),
211-
currency: Joi.string().allow(null)
211+
currency: Joi.string().allow(null),
212212
roleIds: Joi.array().items(Joi.string().uuid().required())
213213
}).required()
214214
}).required()

0 commit comments

Comments
 (0)