tango-app-api-store-builder 1.0.0-beta-22 → 1.0.0-beta-23
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
|
@@ -815,7 +815,7 @@ export async function fixtureShelfProductv1( req, res ) {
|
|
|
815
815
|
date: currentDate,
|
|
816
816
|
} );
|
|
817
817
|
|
|
818
|
-
const status = mappingCompliance ? mappingCompliance.compliance : '
|
|
818
|
+
const status = mappingCompliance ? mappingCompliance.compliance : '';
|
|
819
819
|
|
|
820
820
|
return { ...mapping.toObject(), ...productData, status };
|
|
821
821
|
} ),
|
|
@@ -875,7 +875,7 @@ export async function fixtureShelfProductv1( req, res ) {
|
|
|
875
875
|
date: currentDate,
|
|
876
876
|
} );
|
|
877
877
|
|
|
878
|
-
const status = mappingCompliance ? mappingCompliance.compliance : '
|
|
878
|
+
const status = mappingCompliance ? mappingCompliance.compliance : '';
|
|
879
879
|
|
|
880
880
|
return {
|
|
881
881
|
...mapping.toObject(),
|
|
@@ -946,7 +946,7 @@ export async function fixtureShelfProductv1( req, res ) {
|
|
|
946
946
|
date: currentDate,
|
|
947
947
|
} );
|
|
948
948
|
|
|
949
|
-
const status = mappingCompliance ? mappingCompliance.compliance : '
|
|
949
|
+
const status = mappingCompliance ? mappingCompliance.compliance : '';
|
|
950
950
|
|
|
951
951
|
return {
|
|
952
952
|
...mapping.toObject(),
|