Skip to content

Commit

Permalink
fix: typo in seqvarsAnosQuery operation ID
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Nov 20, 2024
1 parent 3a76285 commit 32515d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/run/annos_variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,7 @@ use response::*;
/// Query for annotations for a single variant.
#[utoipa::path(
get,
operation_id = "seqvarsAnosQuery",
operation_id = "seqvarsAnnosQuery",
params(SeqvarsAnnosQuery),
responses(
(status = 200, description = "Annotation for a single variant.", body = SeqvarsAnnosResponse),
Expand Down

0 comments on commit 32515d0

Please sign in to comment.