fix: 🐛

This commit is contained in:
codytseng 2025-10-27 16:26:52 +08:00
parent ef05b32d32
commit 4e529bc5e5
2 changed files with 7 additions and 4 deletions

View file

@ -227,7 +227,7 @@ class LightningService {
const res = await fetch(lnurl)
const body = await res.json()
if (body.allowsNostr && body.nostrPubkey) {
if (body.allowsNostr !== false && body.callback) {
return {
callback: body.callback,
lnurl