mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 10:01:24 +00:00
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { WebClient as SlackWebClient } from "@slack/web-api";
|
||||
|
||||
import { logVerbose, shouldLogVerbose } from "../../globals.js";
|
||||
import type { SlackMessageEvent } from "../types.js";
|
||||
import { logVerbose, shouldLogVerbose } from "../../globals.js";
|
||||
|
||||
type ThreadTsCacheEntry = {
|
||||
threadTs: string | null;
|
||||
|
||||
Reference in New Issue
Block a user