We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1a491 commit 2113d86Copy full SHA for 2113d86
sample/14-mongoose-base/src/cats/cats.controller.ts
@@ -14,6 +14,6 @@ export class CatsController {
14
15
@Get()
16
async findAll(): Promise<Cat[]> {
17
- return await this.catsService.findAll();
+ return this.catsService.findAll();
18
}
19
0 commit comments