mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 01:35:23 +00:00
changes
This commit is contained in:
@ -90,7 +90,6 @@ class ProfileApi {
|
||||
path: ApiEndpoints.getUser.replaceAll('{userUuid}', userId!),
|
||||
showServerMessage: true,
|
||||
expectedResponseModel: (json) {
|
||||
log('user json =$json');
|
||||
return UserModel.fromJson(json);
|
||||
});
|
||||
return response;
|
||||
|
Reference in New Issue
Block a user