mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 16:56:10 +02:00
🐛 Fix calculation of component modified and remove unneeded check
This commit is contained in:
parent
a559e7310a
commit
6edba71c12
5 changed files with 48 additions and 39 deletions
|
@ -892,7 +892,7 @@
|
|||
;; TODO: improve naming
|
||||
|
||||
(sv/defmethod ::update-file-library-sync-status
|
||||
"Update the synchronization statos of a file->library link"
|
||||
"Update the synchronization status of a file->library link"
|
||||
{::doc/added "1.17"}
|
||||
[{:keys [::db/pool] :as cfg} {:keys [::rpc/profile-id file-id] :as params}]
|
||||
(db/with-atomic [conn pool]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue