Skip to content

Commit

Permalink
Remove redundant clone (#6218)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Nov 4, 2024
1 parent bc7472e commit 6f65fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/services/layers/query_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ impl QueryAnalysisLayer {
doc.executable.clone(),
op_name,
self.schema.api_schema(),
&request.supergraph_request.body().variables.clone(),
&request.supergraph_request.body().variables,
))
} else {
None
Expand Down

0 comments on commit 6f65fa4

Please sign in to comment.