Skip to content

Commit

Permalink
fix: add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 4, 2024
1 parent 4404429 commit a89d143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nwc/nwcPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class NWCPool {
relays,
response_status: response.status,
});
return;
}

logger.debug("published zap", {
Expand Down

0 comments on commit a89d143

Please sign in to comment.