Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 29, 2024
1 parent 1546f0c commit 2e42b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport-http/src/subscribe/subscribe.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {SdkTransport} from "@onflow/typedefs"
import {SubscriptionManager} from "./subscription-manager"
import {blocksHandler} from "./handlers/blocks"
import {blockDigestsHandler} from "./handlers/block_digests"
import {blockDigestsHandler} from "./handlers/block-digests"

const SUBSCRIPTION_HANDLERS = [blocksHandler, blockDigestsHandler]

Expand Down

0 comments on commit 2e42b42

Please sign in to comment.