tango-app-api-store-builder 1.0.0-beta-92 → 1.0.0-beta-93

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-92",
3
+ "version": "1.0.0-beta-93",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -216,7 +216,7 @@ export async function createTask( req, res ) {
216
216
  {
217
217
  $match: {
218
218
  clientId: req.body.clientId,
219
- email: getUserEmail.email.toLowerCase(),
219
+ emailLower: getUserEmail.email.toLowerCase(),
220
220
  },
221
221
  },
222
222
  ];