Skip to content

Commit

Permalink
liquid host
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Jan 26, 2022
1 parent 97ba1b3 commit d2f983d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/src/controllers/api/personal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/controllers/api/personal.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/controllers/api/personal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ export async function claimOnLiquid(req, res) {
const owner = await models.Contact.findOne({
where: { tenant, isOwner: true },
})
const { host, asset, to, amount, memo } = req.body
const { asset, to, amount, memo } = req.body

const res = await people.claimOnLiquid({
host: host || 'liquid.sphinx.chat',
host: 'liquid.sphinx.chat',
asset,
to,
amount,
Expand Down

0 comments on commit d2f983d

Please sign in to comment.