Skip to content

Commit

Permalink
so that it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
enola-dkfz committed Dec 4, 2024
1 parent 924b7f2 commit 8759ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async fn main_loop() -> ExitCode {
EndpointType::Blaze => || blaze::Blaze::check_availability().boxed(),
EndpointType::Omop => || async { true }.boxed(), // TODO health check
#[cfg(feature = "query-sql")]
EndpointType::BlazeAndSql => || blaze::check_availability().boxed(),
EndpointType::BlazeAndSql => || blaze::Blaze::check_availability().boxed(),
#[cfg(feature = "query-sql")]
EndpointType::Sql => || async { true }.boxed(),
};
Expand Down

0 comments on commit 8759ba6

Please sign in to comment.