Skip to content

Commit

Permalink
fix: add metadata to more errors (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Jan 15, 2025
1 parent 9db19a0 commit c0d7369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer/services/socks/src/lib/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ export class Subscriptions {
`Invalid subscribe message: already subscribed (${channel}-${subscriptionId})`,
connectionId,
messageId,
channel,
id,
),
);
return;
Expand Down

0 comments on commit c0d7369

Please sign in to comment.