Skip to content

Commit a8f180b

Browse files
committed
bugfix: health check isn't available sometimes
(E.G., while the application is mid-deployment)
1 parent 3526e21 commit a8f180b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/structs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ pub struct MarathonTask {
213213
pub startedAt: Option<String>,
214214
pub version: Option<String>,
215215
pub servicePorts: Option<Vec<u32>>,
216-
pub healthCheckResults: Vec<HealthCheckResult>,
216+
pub healthCheckResults: Option<Vec<HealthCheckResult>>,
217217
}
218218

219219
#[cfg(test)]

0 commit comments

Comments
 (0)