fix(core): Tighten check for company size survey answer (#10646)

This commit is contained in:
Iván Ovejero
2024-09-03 12:31:30 +02:00
committed by GitHub
parent f0c61d029a
commit e5aba60aff
3 changed files with 22 additions and 2 deletions

View File

@@ -400,7 +400,7 @@ const SURVEY: IPersonalizationSurveyAnswersV4 = {
automationGoalDevopsOther: 'test',
companyIndustryExtended: ['test'],
otherCompanyIndustryExtended: ['test'],
companySize: 'test',
companySize: '20-99',
companyType: 'test',
automationGoalSm: ['test'],
automationGoalSmOther: 'test',