mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 08:50:21 +00:00
fix(ci): restore contract-safe core imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { buildChannelConfigSchema, MSTeamsConfigSchema } from "openclaw/plugin-sdk/msteams";
|
||||
import { buildChannelConfigSchema, MSTeamsConfigSchema } from "../config-api.js";
|
||||
import { msTeamsChannelConfigUiHints } from "./config-ui-hints.js";
|
||||
|
||||
export const MSTeamsChannelConfigSchema = buildChannelConfigSchema(MSTeamsConfigSchema, {
|
||||
|
||||
Reference in New Issue
Block a user