Commit eb1d80ea80c37a56f22e4794a68d113ceafab18c

Authored by tmcdeveloper
1 parent d827a9eb79
Exists in master

just kidding, now linting errors are fixed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
imports/startup/server/fixtures.js
... ... @@ -4,7 +4,7 @@ const users = [{
4 4 profile: {
5 5 name: { first: 'Carl', last: 'Winslow' },
6 6 },
7   - roles: ['admin']
  7 + roles: ['admin'],
8 8 }];
9 9  
10 10 users.forEach(({ email, password, profile, roles }) => {
... ...