Skip to content

Commit

Permalink
chore(): increase the number of iteration of seed script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limerio committed Mar 25, 2024
1 parent ca311fe commit 067aaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function main() {
const places = database.collection("places")
const data = []

for (let i = 0; i < 10; i += 1) {
for (let i = 0; i < 50; i += 1) {
const randomTypesOfBuilding = faker.helpers.arrayElement([
"bar",
"museum",
Expand Down

0 comments on commit 067aaf8

Please sign in to comment.