mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-25 08:11:20 +02:00
format
This commit is contained in:
parent
694a4e5054
commit
8ca390e0b0
@ -65,7 +65,9 @@ async def on_invoice_paid(payment: Payment) -> None:
|
||||
except (httpx.ConnectError, httpx.RequestError):
|
||||
await mark_webhook_sent(payment, -1)
|
||||
if payment.extra.get("comment"):
|
||||
await websocketUpdater(copilot.id, str(data) + "-" + str(payment.extra.get("comment")))
|
||||
await websocketUpdater(
|
||||
copilot.id, str(data) + "-" + str(payment.extra.get("comment"))
|
||||
)
|
||||
|
||||
await websocketUpdater(copilot.id, str(data) + "-none")
|
||||
|
||||
|
@ -158,8 +158,8 @@
|
||||
color="primary"
|
||||
size="md"
|
||||
@click="copyText(wslocation + '/api/v1/ws/' + settingsDialog.data.id, 'Link copied to clipboard!')"
|
||||
>{% raw %}{{wslocation}}/api/v1/ws/{{settingsDialog.data.id}}{%
|
||||
endraw %}<q-tooltip> Click to copy URL </q-tooltip>
|
||||
>{% raw %}{{wslocation}}/api/v1/ws/{{settingsDialog.data.id}}{% endraw
|
||||
%}<q-tooltip> Click to copy URL </q-tooltip>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
v-else
|
||||
|
Loading…
x
Reference in New Issue
Block a user