mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:40:43 +00:00
fix(ci): satisfy lint after restart controls
This commit is contained in:
@@ -134,7 +134,7 @@ function resolveGatewayRestartIntentOptions(
|
||||
return { force: true };
|
||||
}
|
||||
if (opts.wait !== undefined) {
|
||||
return { waitMs: parseDurationMs(String(opts.wait)) };
|
||||
return { waitMs: parseDurationMs(opts.wait) };
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user