mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +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)
|
||||
:width (:width source-info)
|
||||
:height (:height source-info)
|
||||
:mtype source-mtype})))
|
||||
:mtype source-mtype}
|
||||
{:on-conflict-do-nothing true})))
|
||||
|
||||
|
||||
;; --- Create File Media Object (from URL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user