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. |
||
|---|---|---|
| .. | ||
| gruposWhatsAppService.ts | ||
| metasService.ts | ||
| n8nWorkflowService.ts | ||
| transacaoService.ts | ||
| whatsAppGroupsService.ts | ||
| whatsAppService.ts | ||