mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-23 05:55:06 +01:00
Remove uuid from /order/<uuid>/bump response
The uuid is already a request parameter, so no need to include it in the response.
This commit is contained in:
parent
73f7254c6a
commit
31b0d5fa17
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ class BumpOrderResource(Resource):
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'auth_token': order_helpers.compute_auth_token(uuid),
|
'auth_token': order_helpers.compute_auth_token(uuid),
|
||||||
'uuid': uuid,
|
|
||||||
'lightning_invoice': json.loads(invoice.invoice)
|
'lightning_invoice': json.loads(invoice.invoice)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue