Skip to content

Commit

Permalink
style: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenf14 committed Mar 12, 2024
1 parent 3fc61bb commit 55082fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/auth/strategies/jwt-2fa.strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export class Jwt2faStrategy extends PassportStrategy(Strategy, 'jwt-2fa') {
}

async validate(payload: JwtPayload) {
return this.authService.verifyPayload(payload);
return this.authService.verifyPayload(payload)
}
}

0 comments on commit 55082fc

Please sign in to comment.