Skip to content

Commit

Permalink
Update docs/content/reference/dataloaders.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Sep 5, 2023
1 parent b108675 commit da7348f
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 @@ -153,7 +153,6 @@ func For(ctx context.Context) *Loaders {
return ctx.Value(loadersKey).(*Loaders)
}


// GetUser returns single user by id efficiently
func GetUser(ctx context.Context, userID string) (*model.User, error) {
loaders := For(ctx)
Expand Down

0 comments on commit da7348f

Please sign in to comment.