()
| 197 | * Check if Slack integration is configured (Addie bot token) |
| 198 | */ |
| 199 | export function isSlackConfigured(): boolean { |
| 200 | return Boolean(process.env.ADDIE_BOT_TOKEN || process.env.SLACK_BOT_TOKEN); |
| 201 | } |
| 202 | |
| 203 | /** |
| 204 | * Get all users in the Slack workspace |
no outgoing calls
no test coverage detected