Skip to content

Commit

Permalink
Changed 2->10 entities created
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryii committed Mar 3, 2024
1 parent bc74184 commit fe7fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/seeding/seedEntities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function seedEntities(): Promise<void> {

const entityData: Entity[] = [];

for (let i = 0; i < 2; i += 1) {
for (let i = 0; i < 10; i += 1) {
const entity = createRandomEntity();
entityData.push(entity);
}
Expand Down

0 comments on commit fe7fca7

Please sign in to comment.