Skip to content

Commit

Permalink
Remove unnecessary error mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jan 19, 2024
1 parent de13d17 commit af0a135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion async-nats/src/jetstream/consumer/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2267,7 +2267,6 @@ async fn recreate_consumer_stream(
stream.delete_consumer(consumer_name),
)
.await
.map_err(|err| ConsumerRecreateError::with_source(ConsumerRecreateErrorKind::TimedOut, err))
.ok();

let deliver_policy = {
Expand Down

0 comments on commit af0a135

Please sign in to comment.