Skip to content

Commit

Permalink
fix event seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmarzly committed Jun 12, 2020
1 parent 908ac1b commit 2610715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/bin/seed-rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async function seedEvents( days, room, eventsPerDay ) {
end,
summary,
description,
participants: [],
} );
}
}
Expand Down

0 comments on commit 2610715

Please sign in to comment.