Skip to content

Commit

Permalink
Fix borrow
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Aug 5, 2023
1 parent c3da71e commit f7d04f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ impl ConnectionHandler {
.connection
.write_op(&ClientOp::Subscribe {
sid: 0,
subject,
subject: subject.clone(),
queue_group: None,
})
.await
Expand Down

0 comments on commit f7d04f3

Please sign in to comment.