tango-app-api-infra 3.0.20-dev → 3.0.22-dev

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.0.20-dev",
3
+ "version": "3.0.22-dev",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -402,6 +402,7 @@ export async function storeInfraList( req, res ) {
402
402
  {
403
403
  $group: {
404
404
  _id: '$storeId',
405
+ store: { $first: '$_id' },
405
406
  storeId: { $first: '$storeId' },
406
407
  storeName: { $first: '$storeName' },
407
408
  status: { $first: '$status' },