Skip to content

Commit 503b43f

Browse files
committed
fix(extensions): remove remaining line and imessage type back-edges
1 parent 6784cc6 commit 503b43f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/imessage/src/media-contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
12
import { mergeInboundPathRoots } from "openclaw/plugin-sdk/media-runtime";
2-
import type { OpenClawConfig } from "../runtime-api.js";
33
import { resolveIMessageAccount } from "./accounts.js";
44

55
export const DEFAULT_IMESSAGE_ATTACHMENT_ROOTS = ["/Users/*/Library/Messages/Attachments"] as const;

extensions/line/src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { PluginRuntime } from "openclaw/plugin-sdk/core";
12
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
2-
import type { PluginRuntime } from "../api.js";
33

44
type LineChannelRuntime = {
55
buildTemplateMessageFromPayload?: typeof import("./template-messages.js").buildTemplateMessageFromPayload;

0 commit comments

Comments
 (0)