We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdaecf0 commit ab1c275Copy full SHA for ab1c275
2 files changed
OpenFlowNodeRED/src/nodered/nodes/api_nodes.ts
@@ -860,7 +860,7 @@ export class api_aggregate {
860
if (!NoderedUtil.IsNullEmpty(msg.collection)) { this.config.collection = msg.collection; }
861
if (!NoderedUtil.IsNullUndefinded(msg.aggregates)) { this.config.aggregates = msg.aggregates; }
862
863
- this.node.status({ fill: "blue", shape: "dot", text: "Running mapreduce" });
+ this.node.status({ fill: "blue", shape: "dot", text: "Running aggregate" });
864
var result = await NoderedUtil.Aggregate(this.config.collection, this.config.aggregates, msg.jwt);
865
msg.payload = result;
866
this.node.send(msg);
VERSION
@@ -1 +1 @@
1
-0.0.461
+0.0.462
0 commit comments