mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -05:00
🐛 Fix backend import
This commit is contained in:
parent
ee1b9e861e
commit
81d718570d
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
||||||
[app.util.services :as sv]
|
[app.util.services :as sv]
|
||||||
[clojure.spec.alpha :as s]
|
[clojure.spec.alpha :as s]
|
||||||
[cuerdas.core :as str]
|
[cuerdas.core :as str]
|
||||||
[datoteka.io :as io]))
|
[datoteka.io :as io]
|
||||||
|
[promesa.core :as p]))
|
||||||
|
|
||||||
(def default-max-file-size
|
(def default-max-file-size
|
||||||
(* 1024 1024 10)) ; 10 MiB
|
(* 1024 1024 10)) ; 10 MiB
|
||||||
|
|
Loading…
Add table
Reference in a new issue