Skip to content

Commit

Permalink
Reduce number of dummy cards created
Browse files Browse the repository at this point in the history
  • Loading branch information
jurkian committed Nov 14, 2019
1 parent d649d79 commit 4e04b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/util/dummy-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const generateData = user => {
const accId = account._id;

// Cards
_.times(_.random(2, 4, false), async () => {
_.times(_.random(1, 2, false), async () => {
try {
await createCard(user, accId);
} catch (e) {
Expand Down

0 comments on commit 4e04b47

Please sign in to comment.