mozrest-sdk-react-dev 0.2.4 → 0.2.5
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 +1 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -77707,7 +77707,7 @@ const formatParams$2 = (params) => {
|
|
|
77707
77707
|
}
|
|
77708
77708
|
if (params == null ? void 0 : params.platform) {
|
|
77709
77709
|
Object.assign(all2, {
|
|
77710
|
-
[`filters[
|
|
77710
|
+
[`filters[platform]`]: params.platform
|
|
77711
77711
|
});
|
|
77712
77712
|
}
|
|
77713
77713
|
if (params == null ? void 0 : params.venueListing) {
|