Skip to content

Commit a3baa42

Browse files
committed
Merge branch 'master' into dev
2 parents cfbdc0b + f66d8d4 commit a3baa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ global.Promise = require('bluebird')
66

77
Joi.rateType = () => Joi.string().valid('hourly', 'daily', 'weekly', 'monthly')
88
Joi.jobStatus = () => Joi.string().valid('sourcing', 'in-review', 'assigned', 'closed', 'cancelled')
9-
Joi.jobCandidateStatus = () => Joi.string().valid('open', 'selected', 'shortlist', 'rejected', 'cancelled')
9+
Joi.jobCandidateStatus = () => Joi.string().valid('open', 'selected', 'shortlist', 'rejected', 'cancelled', 'interview')
1010
Joi.workload = () => Joi.string().valid('full-time', 'fractional')
1111
Joi.title = () => Joi.string().max(128)
1212
// Empty string is not allowed by Joi by default and must be enabled with allow('').

0 commit comments

Comments
 (0)