small bump to emoncms pack to align with nom

This commit is contained in:
Dave Conway-Jones
2017-10-07 22:28:20 +01:00
parent 7864abd20b
commit bb469fd710
2 changed files with 2 additions and 2 deletions

View File

@@ -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;