Skip to content

Commit

Permalink
fix(api): Remove unnecessary required() that brakes the e-mail send (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt committed Dec 19, 2023
1 parent 89d641e commit d80ba77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/schemas/request/messages-schemas.js
Expand Up @@ -47,7 +47,6 @@ const ReferenceWithAttachments = Joi.object({
.uppercase()
)
)
.required()
.description(
"If true, then includes all attachments from the original message. If it is an array of attachment ID's includes attachments from the list"
)
Expand Down

0 comments on commit d80ba77

Please sign in to comment.