mozrest-sdk-react-dev 0.1.50 → 0.1.51
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 +2 -0
- 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) => {
|