mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 00:26:37 +02:00
🐛 Remove unused setting on exporter
That causes many troubles on configuring exporter on the onpremise instances but serves for nothing because it is completly unused.
This commit is contained in:
parent
248ab953b2
commit
fa06da36ac
6 changed files with 16 additions and 38 deletions
|
@ -130,9 +130,7 @@
|
|||
|
||||
(defmethod query :exporter
|
||||
[_ params]
|
||||
(let [default {:wait false
|
||||
:blob? false
|
||||
:uri (str base-uri)}]
|
||||
(let [default {:wait false :blob? false}]
|
||||
(send-export (merge default params))))
|
||||
|
||||
(derive :upload-file-media-object ::multipart-upload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue