mirror of
https://github.com/penpot/penpot.git
synced 2026-05-28 11:23:42 +00:00
Merge pull request #7651 from penpot/niwinz-email-bugfix-1
🐛 Fix regression on sending quote notification email
This commit is contained in:
commit
4367bd2dc6
@ -102,8 +102,7 @@
|
|||||||
::wrk/label "quotes-notification"
|
::wrk/label "quotes-notification"
|
||||||
::wrk/params {:to (vec admins)
|
::wrk/params {:to (vec admins)
|
||||||
:subject subject
|
:subject subject
|
||||||
:body [{:type "text/plain"
|
:body content}}))))
|
||||||
:content content}]}}))))
|
|
||||||
|
|
||||||
(defn- generic-check!
|
(defn- generic-check!
|
||||||
[{:keys [::db/conn ::incr ::quote-sql ::count-sql ::default ::target] :or {incr 1} :as params}]
|
[{:keys [::db/conn ::incr ::quote-sql ::count-sql ::default ::target] :or {incr 1} :as params}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user