mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 17:01:53 +03:00
chore: format + regenerate protocol
This commit is contained in:
@@ -37,5 +37,7 @@ export function channelTargetSchema(options?: { description?: string }) {
|
||||
}
|
||||
|
||||
export function channelTargetsSchema(options?: { description?: string }) {
|
||||
return Type.Array(channelTargetSchema({ description: options?.description ?? CHANNEL_TARGETS_DESCRIPTION }));
|
||||
return Type.Array(
|
||||
channelTargetSchema({ description: options?.description ?? CHANNEL_TARGETS_DESCRIPTION }),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user