From c21a5c1bf4b1edfaaf1f4c156dcd0765a9866ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=C3=A1?= Date: Wed, 2 Feb 2022 18:46:52 +0000 Subject: [PATCH] fix: pollingRoutes typo --- lib/routes/pollingRoutes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/pollingRoutes.js b/lib/routes/pollingRoutes.js index c4568233..c13d88a3 100644 --- a/lib/routes/pollingRoutes.js +++ b/lib/routes/pollingRoutes.js @@ -139,8 +139,8 @@ function poll (req, res, next) { response.idCardDataVerificationThreshold = compatTriggers.idCardData response.idCardPhotoVerificationActive = !!compatTriggers.idCardPhoto response.idCardPhotoVerificationThreshold = compatTriggers.idCardPhoto - response.sanctionsVerificationActive = !!compatTriggers.sancations - response.sanctionsVerificationThreshold = compatTriggers.sancations + response.sanctionsVerificationActive = !!compatTriggers.sanctions + response.sanctionsVerificationThreshold = compatTriggers.sanctions response.frontCameraVerificationActive = !!compatTriggers.facephoto response.frontCameraVerificationThreshold = compatTriggers.facephoto }