From e81abcb66567257e211598fb418dfb8dea253fb9 Mon Sep 17 00:00:00 2001 From: santiago Date: Fri, 3 Oct 2025 14:29:14 -0600 Subject: [PATCH] Modificaciones --- src/qr/qr-token.service.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/qr/qr-token.service.ts b/src/qr/qr-token.service.ts index 0ab2268..e884134 100644 --- a/src/qr/qr-token.service.ts +++ b/src/qr/qr-token.service.ts @@ -110,13 +110,13 @@ export class QrTokenService { return null; } - return { - id_participante: decoded.id_participante, - id_evento: decoded.id_evento, - id_cuestionario: decoded.id_cuestionario, - type: decoded.type, - iat: decoded.iat, - }; + return { + id_participante: decoded.id_participante, + id_evento: decoded.id_evento, + id_cuestionario: decoded.id_cuestionario, + type: decoded.type, + iat: decoded.iat, + }; } catch (error) { console.error('Error validando token QR:', error.message); return null;