mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
small bump to emoncms pack to align with nom
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user