mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Fix listing errors in node-red-nodes
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = function(RED) {
|
||||
var pri = msg.priority||this.priority;
|
||||
var url = this.url||msg.url;
|
||||
var options = { priority:pri };
|
||||
if (url) { options.url = url };
|
||||
if (url) { options.url = url; }
|
||||
if (typeof(msg.payload) === 'object') {
|
||||
msg.payload = JSON.stringify(msg.payload);
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-prowl",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.0.6",
|
||||
"description" : "A Node-RED node to send alerts via Prowl",
|
||||
"dependencies" : {
|
||||
"node-prowl" : "0.1.7"
|
||||
|
Reference in New Issue
Block a user