Skip to content

Commit 99c35db

Browse files
authored
fix: fixed syntax
1 parent be5eee5 commit 99c35db

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)