Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Feb 23, 2024
1 parent c2eee2d commit 49eedcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/screens/LNURLChannel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ function LNURLChannel() {
const nodeId = infoResponse.node.pubkey;

if (!nodeId) {
toast.error(
`No nodeId available. Your account might not support channel requests`
);
throw new Error(
`No nodeId available. Your account might not support channel requests`
);
Expand Down

0 comments on commit 49eedcc

Please sign in to comment.