fix: rename getresuser util

This commit is contained in:
Lakhan Samani
2021-12-24 06:35:02 +05:30
parent 30cde3e521
commit 1b3f931074
8 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ func Profile(ctx context.Context) (*model.User, error) {
return res, err
}
res = utils.GetResUser(user)
res = utils.GetResponseUserData(user)
return res, nil
}