mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 11:50:35 +00:00
fix: restore tsc build and plugin install tests
This commit is contained in:
@@ -30,7 +30,7 @@ export async function checkGatewayHealth(params: {
|
||||
|
||||
if (healthOk) {
|
||||
try {
|
||||
const status = await callGateway<Record<string, unknown>>({
|
||||
const status = await callGateway({
|
||||
method: "channels.status",
|
||||
params: { probe: true, timeoutMs: 5000 },
|
||||
timeoutMs: 6000,
|
||||
|
||||
Reference in New Issue
Block a user