Update ImageGeneration.vue

This commit is contained in:
Believethehype 2024-12-02 16:22:17 +01:00
parent 68e6727afc
commit 8ecf8dc6bb

View File

@ -254,7 +254,7 @@ const urlinput = ref("");
async function zap_local(dvm) {
if (dvm.bolt11 == ""){
if (dvm.bolt11 === ""){
dvm.bolt11 = await get_invoice(dvm.id, dvm.event_id, dvm.amount)
}
let success = await zap(dvm.bolt11)