(domain)
| 32 | let tabPanels = []; |
| 33 | |
| 34 | function normalizeFeishuDomain(domain) { |
| 35 | return domain === "lark" ? "lark" : DEFAULT_FEISHU_DOMAIN; |
| 36 | } |
| 37 | |
| 38 | function hasConfiguredChatApp(adapters = {}) { |
| 39 | const telegramConfigured = Boolean(adapters.telegram?.token); |
no outgoing calls
no test coverage detected