Fix bugs in app

This commit is contained in:
anhtunz
2025-03-31 10:42:42 +07:00
parent ba9a3d95f6
commit b830d76d23
37 changed files with 299 additions and 572 deletions

View File

@@ -89,7 +89,7 @@ class DevicesManagerBloc extends BlocBase {
if (state != -2) {
body =
await apiServices.getOwnerDevieByState({"state": state.toString()});
await apiServices.getOwnerDeviceByState({"state": state.toString()});
} else {
body = await apiServices.getOwnerDevices();
}