Skip to content

Commit

Permalink
Merge pull request #47 from nzzdev/release-1.4.4
Browse files Browse the repository at this point in the history
Release 1.4.4
  • Loading branch information
benib authored Dec 22, 2017
2 parents b4154c1 + 44318c5 commit 33b1e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q-chart",
"version": "1.4.3",
"version": "1.4.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion routes/rendering-info/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module.exports = {
function ${functionName}() {
fetch("${request.payload.toolRuntimeConfig.toolBaseUrl}/rendering-info/web-svg?${querystring.stringify(queryParams)}&width=" + ${dataObject}.width, {
method: "${requestMethod}",
${requestBodyString ? "body: '" + requestBodyString + "'": ''}
${requestBodyString ? "body: " + JSON.stringify(requestBodyString) : ''}
})
.then(function(response) {
return response.json();
Expand Down

0 comments on commit 33b1e3a

Please sign in to comment.