Skip to content

Commit

Permalink
Merge pull request 99designs#1221 from longngn/patch-1
Browse files Browse the repository at this point in the history
Update dataloaders.md
  • Loading branch information
mtibben authored Jun 19, 2020
2 parents 57f1516 + b759504 commit 4e1fd71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/reference/dataloaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func Middleware(conn *sql.DB, next http.Handler) http.Handler {
users := make([]*model.User, len(ids))
for i, id := range ids {
users[i] = userById[id]
i++
}

return users, nil
Expand Down

0 comments on commit 4e1fd71

Please sign in to comment.