mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🔥 Remove unnecesary line on audit ns
This commit is contained in:
parent
ced1f60940
commit
8231890ee4
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user