mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 09:11:39 +02:00
♻️ Ensure a correct usage of concat/into operations.
This commit is contained in:
parent
4ad34ab5c8
commit
8a2a1d6d70
43 changed files with 446 additions and 373 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
(ns app.util.emails
|
||||
(:require
|
||||
[app.common.data :as d]
|
||||
[app.common.exceptions :as ex]
|
||||
[app.common.spec :as us]
|
||||
[app.util.template :as tmpl]
|
||||
|
@ -199,7 +198,7 @@
|
|||
(ex/raise :type :internal
|
||||
:code :missing-email-templates))
|
||||
{:subject subj
|
||||
:body (d/concat
|
||||
:body (into
|
||||
[{:type "text/plain"
|
||||
:content text}]
|
||||
(when html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue