Skip to content

Commit

Permalink
fix ide import that doesn't resolve in isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Sep 6, 2024
1 parent b02a4db commit 5e2ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/src/pushconsumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ import {
import type {
CallbackFn,
QueuedIterator,
Status,
Subscription,
SubscriptionImpl,
} from "@nats-io/nats-core/internal";
import { isFlowControlMsg, isHeartbeatMsg } from "./mod.ts";
import type { Status } from "../../core/src/core.ts";

export class PushConsumerMessagesImpl extends QueuedIteratorImpl<JsMsg>
implements ConsumerMessages {
Expand Down

0 comments on commit 5e2ed64

Please sign in to comment.