Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Jan 8, 2024
1 parent 15a297b commit 70ff7ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/api/reg/[...all].js
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ let handler = nextConnect({ attachParams: true, })

const clientCfg = getClientCfg(req, req.params)
const { apidex_service } = clientCfg.config
console.log(clientCfg.config)
const { uias } = clientCfg.config.registrar

const amount = await Asset(req.params.amount.split('%20').join(' '))
Expand Down

0 comments on commit 70ff7ca

Please sign in to comment.