mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:21:36 +00:00
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { MsgContext } from "../../auto-reply/templating.js";
|
||||
import { listDeliverableMessageChannels } from "../../utils/message-channel.js";
|
||||
import type { GroupKeyResolution } from "./types.js";
|
||||
import { listDeliverableMessageChannels } from "../../utils/message-channel.js";
|
||||
|
||||
const getGroupSurfaces = () => new Set<string>([...listDeliverableMessageChannels(), "webchat"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user