diff --git a/src/participante_evento/participante_evento.service.ts b/src/participante_evento/participante_evento.service.ts index f93433d..51837e9 100644 --- a/src/participante_evento/participante_evento.service.ts +++ b/src/participante_evento/participante_evento.service.ts @@ -268,10 +268,7 @@ export class ParticipanteEventoService { const tokenData = this.qrTokenService.validateQrToken(qrToken); if (!tokenData) { - throw new HttpException( - 'Token QR inválido o expirado', - HttpStatus.BAD_REQUEST, - ); + return null; } return tokenData