Skip to content
Snippets Groups Projects
Commit 1d766031 authored by Cam Saül's avatar Cam Saül
Browse files

Extra logging to determine cause of CI test failure :broken_heart:

parent 32b3332d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@
[& {:keys [subject recipients message-type message]}]
{:pre [(string? subject)
(sequential? recipients)
(every? u/is-email? recipients)
(or (every? u/is-email? recipients)
(log/error "recipients contains an invalid email:" recipients))
(contains? #{:text :html :attachments} message-type)
(if (= message-type :attachments) (sequential? message) (string? message))]}
(try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment