back to the basics
This commit is contained in:
parent
aab9d6251f
commit
b7451caafd
|
|
@ -11,7 +11,7 @@ async function checkHealth() {
|
|||
}
|
||||
}))
|
||||
|
||||
console.log(`checked health status - ${Object.entries(healthStatus).map(h => `${h[0].split('-')[1].split('.')[0]} ${h[1]}`).join(', ')}`)
|
||||
console.log(`checked health status - ${Object.entries(healthStatus).map(h => `${h[0]} ${h[1]}`).join(', ')}`)
|
||||
}
|
||||
|
||||
checkHealth()
|
||||
|
|
|
|||
Loading…
Reference in New Issue