🐛 Fix calculation of component modified and remove unneeded check

This commit is contained in:
Andrés Moya 2023-06-15 17:26:11 +02:00
parent a559e7310a
commit 6edba71c12
5 changed files with 48 additions and 39 deletions

View file

@ -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]