mirror of https://github.com/openclaw/openclaw.git
fix: remove duplicate setup helper imports
This commit is contained in:
parent
4b125762f6
commit
829ea70519
|
|
@ -1,5 +1,4 @@
|
|||
import type { DiscordGuildEntry } from "openclaw/plugin-sdk/config-runtime";
|
||||
import { formatDocsLink } from "openclaw/plugin-sdk/discord";
|
||||
import {
|
||||
DEFAULT_ACCOUNT_ID,
|
||||
createEnvPatchedAccountSetupAdapter,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import { formatDocsLink } from "openclaw/plugin-sdk/discord";
|
||||
import {
|
||||
type OpenClawConfig,
|
||||
promptLegacyChannelAllowFrom,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import { formatDocsLink } from "openclaw/plugin-sdk/imessage";
|
||||
import {
|
||||
createPatchedAccountSetupAdapter,
|
||||
parseSetupEntriesAllowingWildcard,
|
||||
|
|
|
|||
Loading…
Reference in New Issue