fix value with new types

This commit is contained in:
2025-09-09 01:39:46 +03:00
parent fd94320295
commit c0e9cf5e25

View File

@@ -33,7 +33,7 @@ function userSpecificVariantLoader({
throw new Error('Personal code not found');
}
const { gender, ageRange } = PersonalCode.parsePersonalCode(personalCode);
const { ageRange, gender: { value: gender } } = PersonalCode.parsePersonalCode(personalCode);
return ({
product,