mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
fix: type workspace suggestions check
This commit is contained in:
parent
fed1e9a9ff
commit
c79c380358
1 changed files with 3 additions and 1 deletions
|
|
@ -1050,7 +1050,9 @@ const uiProtocolFreshnessCheck: HealthCheck = {
|
|||
},
|
||||
};
|
||||
|
||||
function createWorkspaceSuggestionsCheck(deps: CoreHealthCheckDeps): HealthCheck {
|
||||
function createWorkspaceSuggestionsCheck(
|
||||
deps: CoreHealthCheckDeps,
|
||||
): HealthCheck & { readonly defaultEnabled: false } {
|
||||
return {
|
||||
id: "core/doctor/workspace-suggestions",
|
||||
kind: "core",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue