Skip to content

Commit

Permalink
Update health.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Jun 30, 2024
1 parent 257e158 commit c325478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/http/health.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::api::core::health::{health_check, HeathCheckResponse};
#[cfg(any(feature = "db-sql", feature = "sidekiq"))]
#[cfg(all(feature = "open-api", any(feature = "db-sql", feature = "sidekiq")))]
use crate::api::core::health::{ResourceHealth, Status};
use crate::api::http::build_path;
use crate::app::context::AppContext;
Expand Down

0 comments on commit c325478

Please sign in to comment.