Skip to content

Commit d80ba77

Browse files
authored
fix(api): Remove unnecessary required() that brakes the e-mail send (#580)
1 parent 89d641e commit d80ba77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/schemas/request/messages-schemas.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const ReferenceWithAttachments = Joi.object({
4747
.uppercase()
4848
)
4949
)
50-
.required()
5150
.description(
5251
"If true, then includes all attachments from the original message. If it is an array of attachment ID's includes attachments from the list"
5352
)

0 commit comments

Comments
 (0)