fixes issues

This commit is contained in:
mohammad
2024-12-01 09:41:59 +03:00
parent d9ef6de71a
commit 6f02459ad8
6 changed files with 35 additions and 23 deletions

View File

@ -142,7 +142,6 @@ class DevicesAPI {
path: ApiEndpoints.deviceScene.replaceAll('{deviceUuid}', deviceId),
showServerMessage: false,
expectedResponseModel: (json) {
print(json);
return json;
});
return response;