Skip to content

Conversation

@sushilshinde
Copy link
Collaborator

No description provided.

Comment on lines +206 to +207
resume: Joi.string().uri().allow('').allow(null).default(null),
remark: Joi.string().allow('').allow(null).default(null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sushilshinde we also have a reusable rule stringAllowEmpty https://github.com/topcoder-platform/taas-apis/blob/dev/src/bootstrap.js#L26 which could be reused here for consistency.

Comment on lines +211 to +213
jobLocation: Joi.string().allow(null).allow(''),
jobTimezone: Joi.string().allow(null).allow(''),
currency: Joi.string().allow(null).allow(''),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sushilshinde same here.

@sushilshinde sushilshinde merged commit cc7749b into dev Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants