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

add missing property

This commit is contained in:
Tyler Myracle 2024-01-19 18:06:42 -06:00
parent bc2b2492e7
commit 4bb856ffbf

View file

@ -315,6 +315,9 @@ export class InsightService implements IInsightService {
{ {
finicityInvestmentTransactionType: 'dividend', finicityInvestmentTransactionType: 'dividend',
}, },
{
category: 'dividend',
},
], ],
}, },
}), }),