From 8196ea8a3118fafd541c63f1eed355d68c1495e4 Mon Sep 17 00:00:00 2001 From: evenegas Date: Fri, 3 Oct 2025 14:27:18 -0600 Subject: [PATCH] =?UTF-8?q?se=20agreg=C3=B3=20expiraci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/participante_evento/participante_evento.service.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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