Skip to content

Commit

Permalink
Merge pull request #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 d81baee + 71182de commit a3c38c6
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 a3c38c6

Please sign in to comment.