mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(gateway): remove orphan testing aliases (#122433)
This commit is contained in:
committed by
GitHub
parent
722e20b675
commit
fc31a157cc
@@ -1292,5 +1292,4 @@ export async function callGateway<T = Record<string, unknown>>(
|
||||
export function randomIdempotencyKey() {
|
||||
return randomUUID();
|
||||
}
|
||||
export { testing as __testing };
|
||||
/* oxlint-disable max-lines -- TODO: split this grandfathered oversized file. */
|
||||
|
||||
@@ -1392,5 +1392,4 @@ export async function handleOpenResponsesHttpRequest(
|
||||
|
||||
return true;
|
||||
}
|
||||
export { testing as __testing };
|
||||
/* oxlint-disable max-lines -- TODO: split this grandfathered oversized file. */
|
||||
|
||||
@@ -1593,5 +1593,4 @@ export const agentsHandlers: GatewayRequestHandlers = {
|
||||
);
|
||||
},
|
||||
};
|
||||
export { testing as __testing };
|
||||
/* oxlint-disable max-lines -- TODO: split this grandfathered oversized file. */
|
||||
|
||||
Reference in New Issue
Block a user