tango-app-api-store-builder 1.0.0-beta-79 → 1.0.0-beta-80

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-store-builder",
3
- "version": "1.0.0-beta-79",
3
+ "version": "1.0.0-beta-80",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2651,7 +2651,8 @@ export const getFixtureTypes = async ( req, res ) => {
2651
2651
  {
2652
2652
  $group: {
2653
2653
  '_id': null,
2654
- 'fixtureCategory': { '$push': { $concat: [ '$_id', '-', { $toString: '$fixtureLength.value' }, '$fixtureLength.unit' ] } },
2654
+ 'fixtureCategoryFt': { '$push': { $concat: [ '$_id', '-', { $toString: '$fixtureLength.value' }, '$fixtureLength.unit' ] } },
2655
+ 'fixtureCategory': { '$push': '$_id' },
2655
2656
  },
2656
2657
  },
2657
2658
  {