mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-02 06:09:01 +02:00
Update ImageGeneration.vue
This commit is contained in:
@@ -254,7 +254,7 @@ const urlinput = ref("");
|
|||||||
|
|
||||||
|
|
||||||
async function zap_local(dvm) {
|
async function zap_local(dvm) {
|
||||||
if (dvm.bolt11 == ""){
|
if (dvm.bolt11 === ""){
|
||||||
dvm.bolt11 = await get_invoice(dvm.id, dvm.event_id, dvm.amount)
|
dvm.bolt11 = await get_invoice(dvm.id, dvm.event_id, dvm.amount)
|
||||||
}
|
}
|
||||||
let success = await zap(dvm.bolt11)
|
let success = await zap(dvm.bolt11)
|
||||||
|
Reference in New Issue
Block a user