Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Nov 26, 2024
1 parent 9068c0b commit ffe10d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/feature-flags/src/flags/flag_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl FlagRequest {
};

inc(
&TEAM_CACHE_HIT_COUNTER,
TEAM_CACHE_HIT_COUNTER,
&[
("token".to_string(), token.clone()),
("cache_hit".to_string(), cache_hit.to_string()),
Expand Down Expand Up @@ -169,7 +169,7 @@ impl FlagRequest {
};

inc(
&TEAM_CACHE_HIT_COUNTER,
TEAM_CACHE_HIT_COUNTER,
&[
("token".to_string(), token.to_string()),
("cache_hit".to_string(), cache_hit.to_string()),
Expand Down

0 comments on commit ffe10d0

Please sign in to comment.