fix: remove stray brace in folk-payment-request checkExistingSession

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-11 20:22:23 -07:00
parent 911713e9aa
commit 28dbb059eb
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ class FolkPaymentRequest extends HTMLElement {
this.authenticated = true;
this.render();
}
}
} catch { /* session module not available */ }
}