mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:24:32 +00:00
chore: Run pnpm format:fix.
This commit is contained in:
@@ -14,7 +14,10 @@ import {
|
||||
} from "./timers.js";
|
||||
import { endCall } from "./outbound.js";
|
||||
|
||||
function shouldAcceptInbound(config: CallManagerContext["config"], from: string | undefined): boolean {
|
||||
function shouldAcceptInbound(
|
||||
config: CallManagerContext["config"],
|
||||
from: string | undefined,
|
||||
): boolean {
|
||||
const { inboundPolicy: policy, allowFrom } = config;
|
||||
|
||||
switch (policy) {
|
||||
|
||||
Reference in New Issue
Block a user