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