fix: remove stray brace in folk-payment-request checkExistingSession
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
911713e9aa
commit
28dbb059eb
|
|
@ -103,7 +103,6 @@ class FolkPaymentRequest extends HTMLElement {
|
||||||
this.authenticated = true;
|
this.authenticated = true;
|
||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
} catch { /* session module not available */ }
|
} catch { /* session module not available */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue