diff --git a/src/routes/copilotOpportunityApply/create.js b/src/routes/copilotOpportunityApply/create.js index 0093a217..bdd82fb4 100644 --- a/src/routes/copilotOpportunityApply/create.js +++ b/src/routes/copilotOpportunityApply/create.js @@ -9,7 +9,7 @@ import { COPILOT_OPPORTUNITY_STATUS } from '../../constants'; const applyCopilotRequestValidations = { body: Joi.object().keys({ - notes: Joi.string(), + notes: Joi.string().optional(), }), };