This commit is contained in:
mohammad
2025-01-09 16:43:09 +03:00
parent 763e39ef12
commit de9c51998c
2 changed files with 1 additions and 1 deletions

View File

@ -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;