mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 20:42:05 +03:00
parent
52c6320f74
commit
936994ff44
@ -18,6 +18,7 @@ const generateRandomAmountMicros = () => {
|
||||
const generateOpportunities = (companies) => {
|
||||
return companies.map((company) => ({
|
||||
id: v4(),
|
||||
name: company.name,
|
||||
amountAmountMicros: generateRandomAmountMicros(),
|
||||
amountCurrencyCode: 'USD',
|
||||
closeDate: new Date(),
|
||||
|
Loading…
Reference in New Issue
Block a user