0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🔥 Remove unnecesary line on audit ns

This commit is contained in:
Andrey Antukh 2024-02-05 20:10:44 +01:00
parent ced1f60940
commit 8231890ee4

View file

@ -347,7 +347,6 @@
(mark-as-archived [conn rows]
(db/exec-one! conn ["update audit_log set archived_at=now() where id = ANY(?)"
(->> (map :id rows)
(into-array java.util.UUID)
(db/create-array conn "uuid"))]))]
(db/with-atomic [conn pool]