mirror of
https://github.com/penpot/penpot.git
synced 2026-02-20 03:04:04 +00:00
🔥 Remove unnecesary line on audit ns
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user