We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d79b5e commit 9f96b8fCopy full SHA for 9f96b8f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mistweaverco/kulala-fmt",
3
- "version": "2.9.0",
+ "version": "2.9.1",
4
"type": "module",
5
"scripts": {
6
"build": "rollup -c",
src/lib/parser/DocumentBuilder.ts
@@ -214,7 +214,7 @@ const build = async (
214
}
215
216
if (block.responseRedirect) {
217
- output += `\n${block.responseRedirect}\n`;
+ output += `\n${block.responseRedirect.trim()}\n`;
218
219
220
output = output.trim() + "\n";
0 commit comments