Skip to content

Commit 6368559

Browse files
martingarramonsteipete
authored andcommitted
chore(scripts): bump slack media.ts fetch-allowlist line numbers
The `lint:tmp:no-raw-channel-fetch` allowlist pins exact line numbers (scripts/check-no-raw-channel-fetch.mjs:63-65). The previous commit added `import { logVerbose } from "openclaw/plugin-sdk/runtime-env";` on line 8 of `extensions/slack/src/monitor/media.ts`, shifting the three allowlisted raw `fetch()` callsites from 96/115/120 → 97/116/121. Updates the allowlist to match the new positions. No behavior change — the same callsites remain allowlisted.
1 parent 31e5cd6 commit 6368559

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/check-no-raw-channel-fetch.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ const allowedRawFetchCallsites = new Set([
6060
bundledPluginCallsite("qqbot", "src/tools/channel.ts", 180),
6161
bundledPluginCallsite("qqbot", "src/utils/audio-convert.ts", 377),
6262
bundledPluginCallsite("signal", "src/install-signal-cli.ts", 224),
63-
bundledPluginCallsite("slack", "src/monitor/media.ts", 96),
64-
bundledPluginCallsite("slack", "src/monitor/media.ts", 115),
65-
bundledPluginCallsite("slack", "src/monitor/media.ts", 120),
63+
bundledPluginCallsite("slack", "src/monitor/media.ts", 97),
64+
bundledPluginCallsite("slack", "src/monitor/media.ts", 116),
65+
bundledPluginCallsite("slack", "src/monitor/media.ts", 121),
6666
bundledPluginCallsite("tlon", "src/tlon-api.ts", 185),
6767
bundledPluginCallsite("tlon", "src/tlon-api.ts", 235),
6868
bundledPluginCallsite("tlon", "src/tlon-api.ts", 289),

0 commit comments

Comments
 (0)