fix(ci): repair channel type drift

This commit is contained in:
Vincent Koc
2026-04-07 14:06:12 +01:00
parent 42fa0cb438
commit d607740c4a
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ export async function probeMatrix(params: {
accessToken: string;
userId?: string;
deviceId?: string;
timeoutMs: number;
timeoutMs?: number;
accountId?: string | null;
allowPrivateNetwork?: boolean;
ssrfPolicy?: SsrFPolicy;