We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab49460 commit 9fd7e9eCopy full SHA for 9fd7e9e
1 file changed
crates/rustapi-core/src/app.rs
@@ -1129,11 +1129,8 @@ impl RustApi {
1129
}
1130
1131
if self.health_endpoint_config.is_none() {
1132
- self.health_endpoint_config = Some(
1133
- config
1134
- .health_endpoint_config
1135
- .unwrap_or_default(),
1136
- );
+ self.health_endpoint_config =
+ Some(config.health_endpoint_config.unwrap_or_default());
1137
1138
1139
@@ -2593,4 +2590,3 @@ mod tests {
2593
2590
);
2594
2591
2595
2592
2596
-
0 commit comments