Skip to content

Commit

Permalink
Fixing seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
David-TP committed Oct 14, 2024
1 parent 7ad935d commit e7297a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/seeder.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ async function seedDatabase() {
name: 'Bill',
lastname: 'Perez',
email: '[email protected]',
password: 'https://res.cloudinary.com/dkq98o790/image/upload/v1728790632/ass_fnnttp.png',
password: '$2a$10$EjXJuDdXG9NHKMvlQAv8WeHTDlG9nOPJDLcXnroKpE/nINk2NifTa',
emailConfirmed: true,
phone: '18298905382',
phoneConfirmed: false,
ImageURL: 'https://example.com/images/jane_doe.jpg',
ImageURL: 'https://res.cloudinary.com/dkq98o790/image/upload/v1728790632/ass_fnnttp.png',
CreatedBy: 'System',
},
{
Expand Down

0 comments on commit e7297a8

Please sign in to comment.