Skip to content

Commit bc87808

Browse files
committed
Update app.rs
1 parent 409361e commit bc87808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rustapi-core/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ impl RustApi {
11321132
self.health_endpoint_config = Some(
11331133
config
11341134
.health_endpoint_config
1135-
.unwrap_or_else(crate::health::HealthEndpointConfig::default),
1135+
.unwrap_or_default(),
11361136
);
11371137
}
11381138
}

0 commit comments

Comments
 (0)