mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 15:30:43 +00:00
fix: align latest main type drift
This commit is contained in:
@@ -17,7 +17,7 @@ const hasConfiguredSecretInputMock = vi.hoisted(() =>
|
||||
if (typeof value === "string" && value.trim()) {
|
||||
return true;
|
||||
}
|
||||
return resolveSecretInputRefMock(value as never)?.ref != null;
|
||||
return resolveSecretInputRefMock(value)?.ref != null;
|
||||
}),
|
||||
);
|
||||
const resolveGatewayAuthMock = vi.hoisted(() =>
|
||||
|
||||
Reference in New Issue
Block a user