Skip to content

Commit eb47373

Browse files
committed
making it an even 20 contacts
1 parent a0e367c commit eb47373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequelize/seeders/04-demo-contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
contacts.push(contact);
6363

6464
i++;
65-
} while (i < 16);
65+
} while (i < 18);
6666

6767
return queryInterface.bulkInsert('Contacts', contacts);
6868
},

0 commit comments

Comments
 (0)