Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Dec 2, 2024
1 parent c98d8ed commit 5a58e0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/transport-http/src/subscribe/subscribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import {blocksHandler} from "./handlers/blocks"

const SUBSCRIPTION_HANDLERS = [blocksHandler]

const SUBSCRIPTION_HANDLERS: any[] = []

// Map of SubscriptionManager instances by access node URL
let subscriptionManagerMap: Map<
string,
Expand Down

0 comments on commit 5a58e0f

Please sign in to comment.