Fix demo workspace seed
This commit is contained in:
@ -34,7 +34,6 @@ const generateOpportunities = (
|
||||
probability: getRandomProbability(),
|
||||
pipelineStepId: getRandomPipelineStepId(pipelineStepIds),
|
||||
pointOfContactId: company.personId,
|
||||
personId: company.personId,
|
||||
companyId: company.id,
|
||||
}));
|
||||
};
|
||||
@ -69,7 +68,6 @@ export const seedDemoOpportunity = async (
|
||||
'probability',
|
||||
'pipelineStepId',
|
||||
'pointOfContactId',
|
||||
'personId',
|
||||
'companyId',
|
||||
])
|
||||
.orIgnore()
|
||||
|
||||
Reference in New Issue
Block a user