We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec5f2f commit 88f9063Copy full SHA for 88f9063
src/js/consumers/pull/consumer.rs
@@ -2,7 +2,6 @@ use std::sync::Arc;
2
3
use tokio::sync::RwLock;
4
5
-
6
type NatsPullConsumer =
7
async_nats::jetstream::consumer::Consumer<async_nats::jetstream::consumer::pull::Config>;
8
0 commit comments