budget-view-finance/src/services
gpt-engineer-app[bot] 12c178aeb7 Fix: Supabase client access in n8nWorkflowService
The commit addresses two TypeScript errors in `n8nWorkflowService.ts`. The first error, TS2445, arises from attempting to access the protected `supabaseUrl` property directly. The second error, TS2339, occurs because the `session` property is not directly available on the `SupabaseAuthClient`. The fix involves adjusting how the Supabase client and its properties are accessed to align with the Supabase library's intended usage.
2025-05-20 10:56:58 +00:00
..
whatsApp Fix: Access instance property in instanceManagement 2025-05-19 23:07:16 +00:00
gruposWhatsAppService.ts Refactor: Move n8n workflow creation to backend 2025-05-20 10:54:37 +00:00
metasService.ts Fix: Persist metas, fix category display, add category labels 2025-05-19 12:55:27 +00:00
n8nWorkflowService.ts Fix: Supabase client access in n8nWorkflowService 2025-05-20 10:56:58 +00:00
transacaoService.ts Refactor: Use email (login) for user identification 2025-05-20 01:08:48 +00:00
whatsAppGroupsService.ts Refactor: Split WhatsApp group service 2025-05-20 10:44:22 +00:00
whatsAppService.ts Refactor: Split WhatsApp service into modules 2025-05-19 23:05:13 +00:00