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

@@ -32,7 +32,7 @@ func Token(ctx context.Context) (*model.AuthResponse, error) {
return res, err
}
userIdStr := fmt.Sprintf("%d", user.ID)
userIdStr := fmt.Sprintf("%v", user.ID)
sessionToken := session.GetToken(userIdStr)