Skip to content

Commit

Permalink
Fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
darleet committed May 28, 2024
1 parent 5100471 commit eca2f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/repository/pg/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ func (r *Repository) GetUsers(ctx context.Context, userID []string) ([]*model.Us
}
users = append(users, &user)
}
return users, nil
return users, errors
}

0 comments on commit eca2f29

Please sign in to comment.