tango-app-api-infra 3.1.33 → 3.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-infra",
3
- "version": "3.1.33",
3
+ "version": "3.1.34",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -897,7 +897,7 @@ export async function getInfraIssues( req, res ) {
897
897
  $project: {
898
898
  _id: 0,
899
899
  total: 1,
900
- successRate: 1,
900
+ successRate: { $round: [ '$successRate', 2 ] },
901
901
  },
902
902
  },
903
903
  ];