From cd9fbfcaef084cc72c2698a9aa0161845d7a19f0 Mon Sep 17 00:00:00 2001 From: Paul Dempsey <76729591+paul-daniel-dempsey@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:17:44 +0000 Subject: [PATCH] correction2 --- support-frontend/assets/helpers/abTests/abtest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/support-frontend/assets/helpers/abTests/abtest.ts b/support-frontend/assets/helpers/abTests/abtest.ts index 323a9d02b8..27dba55f44 100644 --- a/support-frontend/assets/helpers/abTests/abtest.ts +++ b/support-frontend/assets/helpers/abTests/abtest.ts @@ -240,6 +240,7 @@ function getParticipations( } const variantAssignment = assignUserToVariant(mvtId, test, participation); + if (variantAssignment.type === 'NOT_ASSIGNED') { return; }