We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac75e9 commit 2c20998Copy full SHA for 2c20998
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -596,7 +596,7 @@ module openflow {
596
count: { $sum: 1 }
597
}
598
},
599
- { $sort: { count: 1 } },
+ { $sort: { "_id.day": 1 } },
600
{ "$limit": 20 }
601
];
602
var workflowruns = await this.api.Aggregate("openrpa_instances", agg);
VERSION
@@ -1 +1 @@
1
-0.0.535
+0.0.536
0 commit comments