style(discord): format provider after proxy fetch changes

This commit is contained in:
尹凯
2026-02-16 18:32:03 +08:00
committed by Peter Steinberger
parent e997545d4b
commit 3f617e33b7

View File

@@ -29,10 +29,10 @@ import {
import { loadConfig } from "../../config/config.js";
import { danger, logVerbose, shouldLogVerbose, warn } from "../../globals.js";
import { formatErrorMessage } from "../../infra/errors.js";
import { wrapFetchWithAbortSignal } from "../../infra/fetch.js";
import { createDiscordRetryRunner } from "../../infra/retry-policy.js";
import { createSubsystemLogger } from "../../logging/subsystem.js";
import { createNonExitingRuntime, type RuntimeEnv } from "../../runtime.js";
import { wrapFetchWithAbortSignal } from "../../infra/fetch.js";
import { resolveDiscordAccount } from "../accounts.js";
import { attachDiscordGatewayLogging } from "../gateway-logging.js";
import { getDiscordGatewayEmitter, waitForDiscordGatewayStop } from "../monitor.gateway.js";