mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:21:23 +00:00
chore(format)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import type { IMessagePayload } from "./monitor/types.js";
|
||||
import {
|
||||
buildIMessageInboundContext,
|
||||
resolveIMessageInboundDecision,
|
||||
} from "./monitor/inbound-processing.js";
|
||||
import { parseIMessageNotification } from "./monitor/parse-notification.js";
|
||||
import type { IMessagePayload } from "./monitor/types.js";
|
||||
|
||||
function baseCfg(): OpenClawConfig {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user