mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
fix: yaml parsing
This commit is contained in:
@@ -69,7 +69,7 @@ const httpHandler: ExecutionHandler = ({
|
||||
}
|
||||
}
|
||||
|
||||
node.value = content;
|
||||
node.value = [head, parsedBody].filter(Boolean).join('\n\n');
|
||||
node.meta = undefined;
|
||||
|
||||
context.addRequest({
|
||||
|
||||
Reference in New Issue
Block a user