mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 04:29:31 +00:00
🐛 Prevent conflict errors just ignoring repeated requests.
On media image uploading.
This commit is contained in:
parent
0a7da1b7f2
commit
6eac9102c9
@ -124,7 +124,8 @@
|
|||||||
:thumbnail-id (:id thumb)
|
:thumbnail-id (:id thumb)
|
||||||
:width (:width source-info)
|
:width (:width source-info)
|
||||||
:height (:height source-info)
|
:height (:height source-info)
|
||||||
:mtype source-mtype})))
|
:mtype source-mtype}
|
||||||
|
{:on-conflict-do-nothing true})))
|
||||||
|
|
||||||
|
|
||||||
;; --- Create File Media Object (from URL)
|
;; --- Create File Media Object (from URL)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user