Skip to content

Commit 58cf1c2

Browse files
Update content/techniques/authentication.md
1 parent c61593f commit 58cf1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,6 @@ To use above decorator in your resolver, be sure to include it as a parameter of
959959
@Query(returns => User)
960960
@UseGuards(GqlAuthGuard)
961961
whoAmI(@CurrentUser() user: User) {
962-
return this.UsersService.findById(user.id);
962+
return this.usersService.findById(user.id);
963963
}
964964
```

0 commit comments

Comments
 (0)