tango-app-api-task 3.3.1-beta-6 → 3.3.1-beta-7

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-task",
3
- "version": "3.3.1-beta-6",
3
+ "version": "3.3.1-beta-7",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -160,6 +160,7 @@ export const approvalTableV1 = async ( req, res ) => {
160
160
  },
161
161
  },
162
162
  coverage: { $first: '$coverage' },
163
+ userName: { $first: '$userName' },
163
164
  },
164
165
  },
165
166
  {
@@ -179,6 +180,7 @@ export const approvalTableV1 = async ( req, res ) => {
179
180
  storeName: 1,
180
181
  redo: '$_id.redoType',
181
182
  coverage: 1,
183
+ userName: 1,
182
184
  },
183
185
  },
184
186
  {