mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 14:48:29 +00:00
💄 Don't return unnecesary object from db query
the return value is already ignored
This commit is contained in:
parent
bf76f328c8
commit
9b80f7c9b3
@ -115,7 +115,8 @@
|
||||
|
||||
(db/update! pool :project
|
||||
{:modified-at (dt/now)}
|
||||
{:id project-id})
|
||||
{:id project-id}
|
||||
{::db/return-keys false})
|
||||
|
||||
result))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user