Modificaciones

This commit is contained in:
santiago
2025-10-03 14:29:14 -06:00
committed by evenegas
parent ba1f39502e
commit 258a03e7b4
+7 -8
View File
@@ -110,14 +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,
exp: decoded.exp,
};
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;