Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthecoder committed Aug 29, 2024
1 parent 90b1bfe commit e46f40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-gateway/src/modules/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class AuthController implements OnModuleInit {
constructor(
@Inject(JWT_SERVICE_NAME) private jwtClient: ClientGrpc,
@Inject(API_KEY_SERVICE_NAME) private apiClient: ClientGrpc,
) { }
) {}

onModuleInit() {
this.jwtService =
Expand Down

0 comments on commit e46f40c

Please sign in to comment.