Skip to content

Commit

Permalink
fix server run clinvar docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Jan 3, 2025
1 parent f1c010f commit ee9ebf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/run/actix_server/seqvars_clinvar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async fn handle_impl(
Ok(Json(result))
}

/// Query for gnomAD frequencies of a variant.
/// Query for ClinVar information of a variant.
#[allow(clippy::unused_async)]
#[get("/seqvars/clinvar")]
async fn handle(
Expand All @@ -109,7 +109,7 @@ async fn handle(
handle_impl(data, _path, query).await
}

/// Query for gnomAD frequencies of a variant.
/// Query for ClinVar information of a variant.
#[allow(clippy::unused_async)]
#[utoipa::path(
get,
Expand Down

0 comments on commit ee9ebf1

Please sign in to comment.