diff --git a/io/emoncms/88-emoncms.js b/io/emoncms/88-emoncms.js index 145aff29..aadc7281 100644 --- a/io/emoncms/88-emoncms.js +++ b/io/emoncms/88-emoncms.js @@ -36,7 +36,7 @@ module.exports = function(RED) { this.url += 'json={' + msg.payload + '}'; } else { - this.url += 'csv='+msg.payload; + this.url += 'csv=' + msg.payload; } } this.url += '&apikey='+this.apikey; diff --git a/io/emoncms/package.json b/io/emoncms/package.json index 623821d7..a721d023 100644 --- a/io/emoncms/package.json +++ b/io/emoncms/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-emoncms", - "version" : "0.0.13", + "version" : "0.0.14", "description" : "A Node-RED node to fetch/post data to/from emoncms", "dependencies" : { },