Skip to content

Commit 73c3bb7

Browse files
committed
Remove extra query resolver
1 parent 30198bf commit 73c3bb7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app.resolver.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,4 @@ export class AppResolver {
66
async hello() {
77
return 'world';
88
}
9-
10-
@Query(returns => String)
11-
async test() {
12-
return 'world';
13-
}
149
}

0 commit comments

Comments
 (0)