mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-12-02 06:04:00 +00:00
Prettier run
This commit is contained in:
@@ -87,7 +87,12 @@ const DeviceHealth = () => {
|
||||
}
|
||||
|
||||
axiosInstance
|
||||
.get(`${endpoints.ucentralgw}/api/v1/device/${encodeURIComponent(deviceSerialNumber)}/healthchecks${extraParams}`, options)
|
||||
.get(
|
||||
`${endpoints.ucentralgw}/api/v1/device/${encodeURIComponent(
|
||||
deviceSerialNumber,
|
||||
)}/healthchecks${extraParams}`,
|
||||
options,
|
||||
)
|
||||
.then((response) => {
|
||||
setHealthChecks(response.data.values);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user