N-FIN-15: fix sample data generation

This commit is contained in:
Markus Thielker 2024-03-11 04:50:24 +01:00
parent 161612aa90
commit 73c80326c2
No known key found for this signature in database

View file

@ -170,7 +170,7 @@ export default async function generateSampleData(): Promise<ActionResponse> {
amount: Math.floor(
Math.random() * (maxAmount - minAmount) + minAmount),
date: date,
payorId: 1,
payorId: entities[0].id,
payeeId: Math.floor(
Math.random() * (maxPayee - minPayee) + minPayee),
categoryId: Math.floor(