mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:21:26 +00:00
style: run oxfmt and fix gate failures
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { CronPayload } from "../types.js";
|
||||
import { normalizeAgentId } from "../../routing/session-key.js";
|
||||
import { truncateUtf16Safe } from "../../utils.js";
|
||||
import type { CronPayload } from "../types.js";
|
||||
|
||||
export function normalizeRequiredName(raw: unknown) {
|
||||
if (typeof raw !== "string") {
|
||||
|
||||
Reference in New Issue
Block a user