Skip to content

Commit f852b5a

Browse files
authored
Merge pull request #806 from topcoder-platform/pm-578_1
fix(PM-578): make notes optional
2 parents 51c50d8 + 4753022 commit f852b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/copilotOpportunityApply/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { COPILOT_OPPORTUNITY_STATUS } from '../../constants';
99

1010
const applyCopilotRequestValidations = {
1111
body: Joi.object().keys({
12-
notes: Joi.string(),
12+
notes: Joi.string().optional(),
1313
}),
1414
};
1515

0 commit comments

Comments
 (0)