Skip to content

Commit 8759ba6

Browse files
committed
so that it builds
1 parent 924b7f2 commit 8759ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async fn main_loop() -> ExitCode {
163163
EndpointType::Blaze => || blaze::Blaze::check_availability().boxed(),
164164
EndpointType::Omop => || async { true }.boxed(), // TODO health check
165165
#[cfg(feature = "query-sql")]
166-
EndpointType::BlazeAndSql => || blaze::check_availability().boxed(),
166+
EndpointType::BlazeAndSql => || blaze::Blaze::check_availability().boxed(),
167167
#[cfg(feature = "query-sql")]
168168
EndpointType::Sql => || async { true }.boxed(),
169169
};

0 commit comments

Comments
 (0)