The application was still not fetching transactions correctly. The issue was that the filtering logic was using the `email` column instead of the `login` column to match the logged-in user. This commit corrects the filtering to use the `login` column. |
||
|---|---|---|
| .. | ||
| baseService.ts | ||
| index.ts | ||
| summaryService.ts | ||
| transacaoCrudService.ts | ||
| transacaoFetchService.ts | ||