fix: typos

This commit is contained in:
Lakhan Samani
2021-08-07 14:11:26 +05:30
parent 52b59a72c5
commit 6a1b484557
16 changed files with 51 additions and 43 deletions

View File

@@ -38,7 +38,7 @@ func Profile(ctx context.Context) (*model.User, error) {
return res, err
}
userIdStr := fmt.Sprintf("%d", user.ID)
userIdStr := fmt.Sprintf("%v", user.ID)
res = &model.User{
ID: userIdStr,