Fix test data generator

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 19:34:55 +00:00
parent 5adf855b04
commit 5446347546
2 changed files with 2 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ export function generateRandomCompany(type: 'manufacturer' | 'operator' | 'desig
return {
name,
slug,
company_type: type,
description: `A leading ${type.replace('_', ' ')} in the amusement industry.`,
person_type: Math.random() > 0.9 ? 'individual' : 'company',
founded_year: randomInt(1950, 2020),