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:
parent
ee26424a0b
commit
74fbef27a0
1 changed files with 2 additions and 3 deletions
|
@ -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: {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue