CEC-4595 - show online status of cars in fleet (#374)

* CEC-4595 - show online status of cars in fleet

* fix mocking
This commit is contained in:
Paul Adamsen
2023-06-26 11:55:38 -04:00
committed by GitHub
parent ff7b7abadf
commit 787bb12260
8 changed files with 79 additions and 126 deletions

View File

@@ -112,6 +112,7 @@ const vehiclesAPI = {
vins.forEach((vin) => {
result[vin] = true;
result["2:" + vin] = false;
});
return result;