tango-app-api-store-builder 1.0.19 → 1.0.20

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.19",
3
+ "version": "1.0.20",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "path": "^0.12.7",
33
33
  "selenium-webdriver": "^4.31.0",
34
34
  "sharp": "^0.34.1",
35
- "tango-api-schema": "^2.5.13",
35
+ "tango-api-schema": "^2.5.11",
36
36
  "tango-app-api-middleware": "3.1.48",
37
37
  "url": "^0.11.4",
38
38
  "winston": "^3.17.0",
@@ -602,7 +602,6 @@ export async function assigedTemplate( req, res ) {
602
602
  $match: {
603
603
  ...( req.body?.clientId && { clientId: req.body?.clientId } ),
604
604
  templateType: 'sub',
605
- ...( req.body.clientId && { clientId: req.body.clientId } ),
606
605
  },
607
606
  },
608
607
  {