fix warning

This commit is contained in:
Tamo 2024-05-06 11:36:37 +02:00
parent 7f5ab3cef5
commit 3698aef66b

View File

@ -376,12 +376,6 @@ async fn get_version(
}) })
} }
#[derive(Serialize)]
struct KeysResponse {
private: Option<String>,
public: Option<String>,
}
pub async fn get_health( pub async fn get_health(
req: HttpRequest, req: HttpRequest,
index_scheduler: Data<IndexScheduler>, index_scheduler: Data<IndexScheduler>,