Skip to content

Commit 2446ba3

Browse files
committed
Bug Fix locationDetails was GUID
1 parent 151c253 commit 2446ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/InterviewProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ processRequestInterview.schema = {
6565
templateId: Joi.string().allow(null),
6666
templateType: Joi.string().allow(null),
6767
title: Joi.string().allow(null),
68-
locationDetails: Joi.string().uuid().allow(null),
68+
locationDetails: Joi.string().allow(null),
6969
round: Joi.number().integer().positive().required(),
7070
duration: Joi.number().integer().positive().required(),
7171
startTimestamp: Joi.date().allow(null),

0 commit comments

Comments
 (0)