mozrest-sdk-react-dev 0.2.4 → 0.2.6
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 -2
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -7214,7 +7214,7 @@ const formatData$j = (data2) => {
|
|
|
7214
7214
|
return data2.map(({ reviewerProfilePhoto, reviewerName, reply: reply2, createdAt, ...item2 }) => ({
|
|
7215
7215
|
...item2,
|
|
7216
7216
|
reviewer: {
|
|
7217
|
-
name: reviewerName || "
|
|
7217
|
+
name: reviewerName || "Anonymous",
|
|
7218
7218
|
profilePhoto: reviewerProfilePhoto || `https://xsgames.co/randomusers/assets/avatars/pixel/${Math.floor(Math.random() * 50)}.jpg`
|
|
7219
7219
|
},
|
|
7220
7220
|
reply: reply2 ? {
|
|
@@ -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) {
|