mozrest-sdk-react-dev 0.1.50 → 0.1.52
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/mozrest-sdk.es.js +3 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -94840,7 +94840,9 @@ const WorkingPage = () => {
|
|
|
94840
94840
|
}));
|
|
94841
94841
|
};
|
|
94842
94842
|
const GetVenueListingSummary = async () => {
|
|
94843
|
+
console.log("entro en GetVenueListingSummary");
|
|
94843
94844
|
const data2 = await instance$1.get(`listing/venue-listing-summary`);
|
|
94845
|
+
console.log("salgo de GetVenueListingSummary", data2);
|
|
94844
94846
|
return formatData$6(data2);
|
|
94845
94847
|
};
|
|
94846
94848
|
const formatData$6 = (values) => {
|
|
@@ -94914,7 +94916,7 @@ const Summary = () => {
|
|
|
94914
94916
|
redirectToVenueListing(data2, navigate);
|
|
94915
94917
|
}
|
|
94916
94918
|
}, [data2]);
|
|
94917
|
-
return;
|
|
94919
|
+
return null;
|
|
94918
94920
|
};
|
|
94919
94921
|
const GetVenuesSummary = async ({
|
|
94920
94922
|
filters: filters2,
|