Skip to content

Commit

Permalink
test: more shenanigans with query string
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Dec 17, 2024
1 parent bbf6a7b commit d08f4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion committer/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async fn metrics(registry: web::Data<Arc<Registry>>) -> impl Responder {
}

#[derive(Deserialize)]
#[serde(rename_all = "lowercase", tag = "variant", content = "value")]
#[serde(rename_all = "lowercase")]
enum HeightVariant {
Latest,
Height(u32),
Expand Down

0 comments on commit d08f4d7

Please sign in to comment.