mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 07:58:28 +02:00
♻️ Use proper namespace qualified access to pool
This commit is contained in:
parent
bca98f91e4
commit
4258a840ac
15 changed files with 68 additions and 68 deletions
|
@ -35,7 +35,7 @@
|
|||
(sv/defmethod ::verify-token
|
||||
{::rpc/auth false
|
||||
::doc/added "1.15"}
|
||||
[{:keys [pool] :as cfg} {:keys [token] :as params}]
|
||||
[{:keys [::db/pool] :as cfg} {:keys [token] :as params}]
|
||||
(db/with-atomic [conn pool]
|
||||
(let [claims (tokens/verify (::main/props cfg) {:token token})
|
||||
cfg (assoc cfg :conn conn)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue