fix comments

This commit is contained in:
mohammad
2025-05-13 10:50:09 +03:00
parent 86bd3fdd5b
commit 3589e349b3
4 changed files with 6 additions and 6 deletions

View File

@ -579,7 +579,7 @@ class DevicesAPI {
.replaceAll('{code}', code),
showServerMessage: false,
expectedResponseModel: (json) {
return DeviceReport.fromJson(json['data']);
return DeviceReport.fromJson(json['data'] as Map<String, dynamic>);
},
);
return response;