From 74fbef27a00fa02a24029e968439ca76a2bd7129 Mon Sep 17 00:00:00 2001 From: Karan Handa Date: Mon, 22 Jan 2024 05:37:15 +0530 Subject: [PATCH] fix user properties --- prisma/seed.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: {},