mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 14:04:31 +00:00
fix: resolve ci type errors and reconnect test flake
This commit is contained in:
@@ -195,7 +195,11 @@ export async function rejectNodePairing(
|
||||
baseDir?: string,
|
||||
): Promise<{ requestId: string; nodeId: string } | null> {
|
||||
return await withLock(async () => {
|
||||
return await rejectPendingPairingRequest({
|
||||
return await rejectPendingPairingRequest<
|
||||
NodePairingPendingRequest,
|
||||
NodePairingStateFile,
|
||||
"nodeId"
|
||||
>({
|
||||
requestId,
|
||||
idKey: "nodeId",
|
||||
loadState: () => loadState(baseDir),
|
||||
|
||||
Reference in New Issue
Block a user