refactor: reactions grouping and other fixes
This commit is contained in:
@ -136,7 +136,6 @@ export class LNURL {
|
||||
const rsp = await fetch(`${baseUrl}?${queryJoined}`);
|
||||
if (rsp.ok) {
|
||||
const data: LNURLInvoice = await rsp.json();
|
||||
console.debug("[LNURL]: ", data);
|
||||
if (data.status === "ERROR") {
|
||||
throw new Error(data.reason);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user