fix: use current config sdk contract in feishu doctor

This commit is contained in:
Peter Steinberger
2026-05-26 17:44:47 +01:00
parent 84b9704ccc
commit 5535eef6b0

View File

@@ -5,7 +5,7 @@ import type {
ChannelDoctorAdapter,
ChannelDoctorSequenceResult,
} from "openclaw/plugin-sdk/channel-contract";
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts";
import { normalizeAgentId } from "openclaw/plugin-sdk/routing";
import {
loadSessionStore,