fix: type workspace suggestions check

This commit is contained in:
root 2026-07-03 19:07:41 -07:00 committed by Gio Della-Libera
parent fed1e9a9ff
commit c79c380358

View file

@ -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",