mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 13:41:38 +02:00
💄 Don't return unnecesary object from db query
the return value is already ignored
This commit is contained in:
parent
bf76f328c8
commit
9b80f7c9b3
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@
|
||||||
|
|
||||||
(db/update! pool :project
|
(db/update! pool :project
|
||||||
{:modified-at (dt/now)}
|
{:modified-at (dt/now)}
|
||||||
{:id project-id})
|
{:id project-id}
|
||||||
|
{::db/return-keys false})
|
||||||
|
|
||||||
result))
|
result))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue