se agregó expiración

This commit is contained in:
evenegas
2025-10-03 14:27:18 -06:00
parent e7b3540170
commit 8196ea8a31
@@ -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