mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 20:16:53 +00:00
fix: use openclaw/plugin-sdk/mattermost subpath for directory.ts imports
This commit is contained in:
committed by
Muhammed Mukhthar CM
parent
6bc51f1e34
commit
87faf4ee58
@@ -1,4 +1,8 @@
|
||||
import type { OpenClawConfig, ChannelDirectoryEntry, RuntimeEnv } from "openclaw/plugin-sdk";
|
||||
import type {
|
||||
ChannelDirectoryEntry,
|
||||
OpenClawConfig,
|
||||
RuntimeEnv,
|
||||
} from "openclaw/plugin-sdk/mattermost";
|
||||
import { listMattermostAccountIds, resolveMattermostAccount } from "./accounts.js";
|
||||
import {
|
||||
createMattermostClient,
|
||||
|
||||
Reference in New Issue
Block a user