Skip to content

Commit

Permalink
fix users table seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wu authored and Thomas Wu committed Jul 3, 2023
1 parent eb7317d commit ea33e5d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,20 @@ const SEEDED_DATA = [
last_name: "Doe",
email: "[email protected]",
auth_id: "bide",
id: 1,
role: "User",
},
{
first_name: "Jane",
last_name: "Doe",
email: "[email protected]",
auth_id: "none",
id: 2,
role: "Admin",
},
{
first_name: "UW",
last_name: "Blueprint",
email: "[email protected]",
auth_id: "1Z4wyuonu9MhAi4VoAEiTMVj1iT2",
id: 3,
role: "Admin",
},
];
Expand Down

0 comments on commit ea33e5d

Please sign in to comment.