mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 09:57:40 +00:00
style: run oxfmt and fix gate failures
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { normalizeChannelId } from "../channels/plugins/index.js";
|
||||
import type { ChannelId } from "../channels/plugins/types.js";
|
||||
import type { NativeCommandsSetting } from "./types.js";
|
||||
import { normalizeChannelId } from "../channels/plugins/index.js";
|
||||
|
||||
function resolveAutoDefault(providerId?: ChannelId): boolean {
|
||||
const id = normalizeChannelId(providerId);
|
||||
|
||||
Reference in New Issue
Block a user