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:
parent
ced1f60940
commit
8231890ee4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue