mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 16:31:12 -05:00
Fix test data generator
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user