mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 16:37:26 +00:00
chore: Fix types in tests 34/N.
This commit is contained in:
@@ -7,7 +7,10 @@ import { resolveGatewayMessageChannel } from "./message-channel.js";
|
||||
const createRegistry = (channels: PluginRegistry["channels"]): PluginRegistry => ({
|
||||
plugins: [],
|
||||
tools: [],
|
||||
hooks: [],
|
||||
typedHooks: [],
|
||||
channels,
|
||||
commands: [],
|
||||
providers: [],
|
||||
gatewayHandlers: {},
|
||||
httpHandlers: [],
|
||||
|
||||
Reference in New Issue
Block a user