We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151c253 commit 2446ba3Copy full SHA for 2446ba3
src/services/InterviewProcessorService.js
@@ -65,7 +65,7 @@ processRequestInterview.schema = {
65
templateId: Joi.string().allow(null),
66
templateType: Joi.string().allow(null),
67
title: Joi.string().allow(null),
68
- locationDetails: Joi.string().uuid().allow(null),
+ locationDetails: Joi.string().allow(null),
69
round: Joi.number().integer().positive().required(),
70
duration: Joi.number().integer().positive().required(),
71
startTimestamp: Joi.date().allow(null),
0 commit comments