Fix bugs in app
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user