From 969bbfd498442cea254edef8121b797451856566 Mon Sep 17 00:00:00 2001 From: "dev.daminik00" Date: Wed, 8 Oct 2025 02:10:12 +0200 Subject: [PATCH] update funnel soulmate --- public/funnels/soulmate.json | 6 ++++-- src/lib/funnel/bakedFunnels.ts | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/public/funnels/soulmate.json b/public/funnels/soulmate.json index bd69f11..580f048 100644 --- a/public/funnels/soulmate.json +++ b/public/funnels/soulmate.json @@ -142,7 +142,8 @@ "emoji": "💙", "disabled": false } - ] + ], + "registrationFieldKey": "profile.gender" }, "variants": [] }, @@ -876,7 +877,8 @@ "zodiac": { "enabled": true, "storageKey": "userZodiac" - } + }, + "registrationFieldKey": "profile.birthdate" }, "variants": [] }, diff --git a/src/lib/funnel/bakedFunnels.ts b/src/lib/funnel/bakedFunnels.ts index 344f6da..1e53378 100644 --- a/src/lib/funnel/bakedFunnels.ts +++ b/src/lib/funnel/bakedFunnels.ts @@ -451,7 +451,8 @@ export const BAKED_FUNNELS: Record = { "emoji": "💙", "disabled": false } - ] + ], + "registrationFieldKey": "profile.gender" }, "variants": [] }, @@ -1185,7 +1186,8 @@ export const BAKED_FUNNELS: Record = { "zodiac": { "enabled": true, "storageKey": "userZodiac" - } + }, + "registrationFieldKey": "profile.birthdate" }, "variants": [] },