Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 85104c0

Browse files
authored
Merge pull request #157 from Armanio/patch-1
chore(docs): code sample in readme fix
2 parents 2080b2b + d6d777e commit 85104c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class UserController {
116116

117117
@Post('users')
118118
createUser(@Body() user: UserEntity): UserEntity {
119-
return this.service.create(user);
119+
return this.userService.create(user);
120120
}
121121
}
122122
```

0 commit comments

Comments
 (0)