Skip to content

Commit

Permalink
Update apollo-router/src/query_planner/caching_query_planner.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Pennington <[email protected]>
  • Loading branch information
Geal and garypen authored Nov 5, 2024
1 parent bfea0ba commit f0d665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/query_planner/caching_query_planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ where
.hash(&mut hasher);
}
};
let config_mode = Arc::new(QueryHash(hasher.finalize()));
let config_mode_hash = Arc::new(QueryHash(hasher.finalize()));

Ok(Self {
cache,
Expand Down

0 comments on commit f0d665f

Please sign in to comment.