Skip to content

Commit 151c253

Browse files
committed
Bug Fix title was GUID
1 parent d9aff64 commit 151c253

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
@@ -64,7 +64,7 @@ processRequestInterview.schema = {
6464
templateUrl: Joi.xaiTemplate().required(),
6565
templateId: Joi.string().allow(null),
6666
templateType: Joi.string().allow(null),
67-
title: Joi.string().uuid().allow(null),
67+
title: Joi.string().allow(null),
6868
locationDetails: Joi.string().uuid().allow(null),
6969
round: Joi.number().integer().positive().required(),
7070
duration: Joi.number().integer().positive().required(),

0 commit comments

Comments
 (0)