Skip to content

Commit 2b1d3b7

Browse files
author
Omri Peleg
committed
Fix Typo
1 parent 70d8bd7 commit 2b1d3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/rapidql/rapidql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (source, options) {
2424
code.push(` url:"${helpers.quote(source.fullUrl)}"`);
2525

2626
if (source.headers.length) {
27-
lines.push(` headers : {\n${Object.entries(source.allHeaders).map(([key, val]) => `"${key}":"${val}"`).join(",\n")}\n }`);
27+
code.push(` headers : {\n${Object.entries(source.allHeaders).map(([key, val]) => `"${key}":"${val}"`).join(",\n")}\n }`);
2828
}
2929

3030

0 commit comments

Comments
 (0)