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: {
|
||||
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: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue