mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-22 00:57:24 +00:00
Update @types dependencies
Change-type: patch
This commit is contained in:
@ -247,7 +247,7 @@ export function getHealthcheck(
|
||||
): ServiceHealthcheck {
|
||||
// get the image info healtcheck
|
||||
const imageServiceHealthcheck = dockerHealthcheckToServiceHealthcheck(
|
||||
_.get(imageInfo, 'Config.Healthcheck', null),
|
||||
_.get(imageInfo, 'Config.Healthcheck'),
|
||||
);
|
||||
const composeServiceHealthcheck =
|
||||
composeHealthcheckToServiceHealthcheck(composeHealthcheck);
|
||||
|
Reference in New Issue
Block a user