mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 08:08:35 +00:00
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { ProxyAgent, fetch as undiciFetch } from "undici";
|
||||
import type { Dispatcher } from "undici";
|
||||
|
||||
import { ProxyAgent, fetch as undiciFetch } from "undici";
|
||||
import type { ZaloFetch } from "./api.js";
|
||||
|
||||
const proxyCache = new Map<string, ZaloFetch>();
|
||||
|
||||
Reference in New Issue
Block a user