(provider: string)
| 54 | ]) |
| 55 | |
| 56 | export function isPollingWebhookProvider(provider: string): boolean { |
| 57 | return POLLING_PROVIDERS.has(provider) |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Providers whose triggers fire internally (table row events, Sim workspace |
no outgoing calls
no test coverage detected