From 898579d8bae1b33b33dc2f2eb0f737e26ee04c69 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 7 Apr 2026 15:10:02 +0100 Subject: [PATCH] fix: restore msteams channel string normalization import --- extensions/msteams/src/channel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/msteams/src/channel.ts b/extensions/msteams/src/channel.ts index 99f111d0706..3bef9e90110 100644 --- a/extensions/msteams/src/channel.ts +++ b/extensions/msteams/src/channel.ts @@ -10,6 +10,7 @@ import { import { createLazyRuntimeNamedExport } from "openclaw/plugin-sdk/lazy-runtime"; import { createRuntimeOutboundDelegates } from "openclaw/plugin-sdk/outbound-runtime"; import { createComputedAccountStatusAdapter } from "openclaw/plugin-sdk/status-helpers"; +import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime"; import { msteamsActionsAdapter } from "./actions.js"; import { msTeamsApprovalAuth } from "./approval-auth.js"; import {