Skip to content

Commit

Permalink
Regression attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed May 13, 2024
1 parent 74f708c commit b18e51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shotover/src/transforms/loopback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ impl Transform for Loopback {
for request in &mut requests_wrapper.requests {
request.set_request_id(request.id());
}
Ok(requests_wrapper.requests)
Ok(requests_wrapper.requests.clone())
}
}

0 comments on commit b18e51d

Please sign in to comment.