fix(googlechat): keep config schema on runtime api

This commit is contained in:
Peter Steinberger
2026-04-28 21:04:41 +01:00
parent 5dfc14d49b
commit 3aac8e650c

View File

@@ -1,6 +1,3 @@
import {
buildChannelConfigSchema,
GoogleChatConfigSchema,
} from "openclaw/plugin-sdk/bundled-channel-config-schema";
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js";
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);