mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
🐛 Prevent conflict errors just ignoring repeated requests.
On media image uploading.
This commit is contained in:
parent
0a7da1b7f2
commit
6eac9102c9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue