tango-app-api-store-builder 1.0.0-beta-190 → 1.0.0-beta-191

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-190",
3
+ "version": "1.0.0-beta-191",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3076,9 +3076,9 @@ export async function storeFixturesTaskv2( req, res ) {
3076
3076
  disabled = false;
3077
3077
  }
3078
3078
  }
3079
- if ( compliance?.taskType == 'redo' ) {
3080
- disabled = false;
3081
- }
3079
+ // if ( compliance?.taskType == 'redo' ) {
3080
+ // disabled = false;
3081
+ // }
3082
3082
 
3083
3083
  return {
3084
3084
  ...fixture.toObject(),
@@ -3178,9 +3178,9 @@ export async function storeFixturesTaskv2( req, res ) {
3178
3178
  disabled = false;
3179
3179
  }
3180
3180
  }
3181
- if ( compliance?.taskType == 'redo' ) {
3182
- disabled = false;
3183
- }
3181
+ // if ( compliance?.taskType == 'redo' && compl) {
3182
+ // disabled = false;
3183
+ // }
3184
3184
 
3185
3185
  return {
3186
3186
  ...fixture.toObject(),