Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
import { loadConfig } from "../config/config.js";
import { resolveExecApprovalInitiatingSurfaceState } from "./exec-approval-surface.js";
export function hasApprovalTurnSourceRoute(params: {
turnSourceChannel?: string | null;
turnSourceAccountId?: string | null;
}): boolean {
if (!params.turnSourceChannel?.trim()) {
return false;
}
return (
resolveExecApprovalInitiatingSurfaceState({
channel: params.turnSourceChannel,
accountId: params.turnSourceAccountId,
cfg: loadConfig(),
}).kind === "enabled"
);
}
¤ Dauer der Verarbeitung: 0.21 Sekunden
(vorverarbeitet am 2026-04-27)
¤
*© Formatika GbR, Deutschland