mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix incorrect usage of pool on rename-page mutation.
This commit is contained in:
parent
2a7d516306
commit
0d3ff63545
@ -122,7 +122,7 @@
|
||||
set name = $2
|
||||
where id = $1
|
||||
and deleted_at is null"]
|
||||
(-> (db/query-one db/pool [sql id name])
|
||||
(-> (db/query-one conn [sql id name])
|
||||
(p/then su/constantly-nil))))
|
||||
|
||||
;; --- Mutation: Update Page
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user