1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

fix user properties

This commit is contained in:
Karan Handa 2024-01-22 05:37:15 +05:30
parent ee26424a0b
commit 74fbef27a0

View file

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