Skip to content

Commit

Permalink
Remove josh as a user in the seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
jasalisbury committed Mar 3, 2021
1 parent 642917c commit e8b33b9
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/seeders/20201124160449-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,11 @@ const permissions = [
regionId: 14,
scopeId: ADMIN,
},
{
userId: 7,
scopeId: SITE_ACCESS,
regionId: 14,
},
{
userId: 7,
regionId: 14,
scopeId: ADMIN,
},
{
userId: 6,
regionId: 1,
scopeId: READ_WRITE_REPORTS,
},
{
userId: 7,
regionId: 1,
scopeId: READ_WRITE_REPORTS,
},
];

const users = [
Expand Down Expand Up @@ -164,16 +149,6 @@ const users = [
homeRegionId: 3,
lastLogin: moment().toISOString(),
},
{
id: 7,
email: 'josh@adhocteam.us',
role: 'Grants Specialist',
name: 'Josh',
hsesUserId: '50386',
phoneNumber: '555-555-5553',
homeRegionId: 3,
lastLogin: moment().toISOString(),
},
];

module.exports = {
Expand Down

0 comments on commit e8b33b9

Please sign in to comment.