MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / normalizeFeishuDomain

Function normalizeFeishuDomain

web/js/chat-apps-dialog.js:34–36  ·  view source on GitHub ↗
(domain)

Source from the content-addressed store, hash-verified

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

Callers 4

getInitialChatAppsTabFunction · 0.70
populateFormFunction · 0.70
handleSaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected