mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 04:21:24 +00:00
style: run oxfmt
This commit is contained in:
@@ -78,10 +78,7 @@ export async function applyMediaUnderstanding(params: {
|
||||
}
|
||||
|
||||
if (decisions.length > 0) {
|
||||
ctx.MediaUnderstandingDecisions = [
|
||||
...(ctx.MediaUnderstandingDecisions ?? []),
|
||||
...decisions,
|
||||
];
|
||||
ctx.MediaUnderstandingDecisions = [...(ctx.MediaUnderstandingDecisions ?? []), ...decisions];
|
||||
}
|
||||
|
||||
if (outputs.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user