mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
🐛 Fix ignore file library sync status
- Adds missing `update` of `:features` using `db/decode-pgarray`
This commit is contained in:
parent
4b2d82e100
commit
d91e8c349e
1 changed files with 2 additions and 1 deletions
|
@ -962,7 +962,8 @@
|
|||
[{:keys [pool] :as cfg} {:keys [::rpc/profile-id file-id] :as params}]
|
||||
(db/with-atomic [conn pool]
|
||||
(check-edition-permissions! conn profile-id file-id)
|
||||
(ignore-sync conn params)))
|
||||
(-> (ignore-sync conn params)
|
||||
(update :features db/decode-pgarray #{}))))
|
||||
|
||||
|
||||
;; --- MUTATION COMMAND: upsert-file-object-thumbnail
|
||||
|
|
Loading…
Add table
Reference in a new issue