fix load telementry data request
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 1s
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 1s
This commit is contained in:
@@ -92,8 +92,8 @@ export default function TelemetryPage() {
|
||||
}
|
||||
}
|
||||
|
||||
const startUtc = startDate.toISOString()
|
||||
const endUtc = endDate.toISOString()
|
||||
const startUtc = startDate.toString();
|
||||
const endUtc = endDate.toString();
|
||||
|
||||
const result = await api.listTelemetry({ deviceId, startUtc, endUtc, pageSize: 100000 })
|
||||
setTelemetry(result.items)
|
||||
|
||||
Reference in New Issue
Block a user