diff --git a/prisma/seed.ts b/prisma/seed.ts index 9b9ffdca..690a879f 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -119,14 +119,13 @@ async function main() { }, create: { email: 'test@maybe.com', - firstName: 'Karan', - lastName: 'Handa', + firstName: 'Michael', + lastName: 'Jackson', authId: 'test_f5ec79b4-8c49-4015-bc37-f2758923ef38', onboarding: onboarding, household: 'single', country: 'US', maybe: 'Test', - createdAt: new Date('2024-01-20T15:21:17.889Z'), dob: new Date('2002-09-26T00:00:00.000Z'), }, update: {},