From 724692bb8cf50c16da416773021bd08a945b36d2 Mon Sep 17 00:00:00 2001 From: GodsBoy Date: Fri, 24 Apr 2026 20:51:03 +0200 Subject: [PATCH] chore(ci): refresh raw fetch allowlist --- scripts/check-no-raw-channel-fetch.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-no-raw-channel-fetch.mjs b/scripts/check-no-raw-channel-fetch.mjs index fa43d67fb93..e984891cda4 100644 --- a/scripts/check-no-raw-channel-fetch.mjs +++ b/scripts/check-no-raw-channel-fetch.mjs @@ -27,7 +27,7 @@ const allowedRawFetchCallsites = new Set([ bundledPluginCallsite("discord", "src/voice-message.ts", 298), bundledPluginCallsite("discord", "src/voice-message.ts", 333), bundledPluginCallsite("elevenlabs", "speech-provider.ts", 295), - bundledPluginCallsite("elevenlabs", "tts.ts", 116), + bundledPluginCallsite("elevenlabs", "tts.ts", 74), bundledPluginCallsite("feishu", "src/monitor.webhook.test-helpers.ts", 25), bundledPluginCallsite("github-copilot", "login.ts", 48), bundledPluginCallsite("github-copilot", "login.ts", 80),