fix: yaml parsing

This commit is contained in:
Morten Olsen
2025-05-18 22:29:50 +02:00
parent e0707e74fb
commit ba56b66222
3 changed files with 13 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ const httpHandler: ExecutionHandler = ({
}
}
node.value = content;
node.value = [head, parsedBody].filter(Boolean).join('\n\n');
node.meta = undefined;
context.addRequest({