We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35595b commit cf3e440Copy full SHA for cf3e440
1 file changed
example/modules/client/client.controller.ts
@@ -9,7 +9,6 @@ import 'rxjs/add/operator/catch';
9
@Controller()
10
export class ClientController {
11
12
- constructor(private i : number) {}
13
@Client({ transport: Transport.TCP, port: 5667 })
14
client: ClientProxy;
15
0 commit comments