@mjhls/mjh-framework 1.0.1037 → 1.0.1038
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/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.1038
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
|
@@ -405,7 +405,7 @@ MediaSeriesLanding.getInitialData = function () {
|
|
|
405
405
|
itemsPerPage: itemsPerPage
|
|
406
406
|
};
|
|
407
407
|
_context2.next = 9;
|
|
408
|
-
return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n pixelTrackingCode->\n }');
|
|
408
|
+
return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n thumbnail,\n pixelTrackingCode->\n }');
|
|
409
409
|
|
|
410
410
|
case 9:
|
|
411
411
|
docGroupID = _context2.sent;
|
|
@@ -398,7 +398,7 @@ MediaSeriesLanding.getInitialData = function () {
|
|
|
398
398
|
itemsPerPage: itemsPerPage
|
|
399
399
|
};
|
|
400
400
|
_context2.next = 9;
|
|
401
|
-
return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n pixelTrackingCode->\n }');
|
|
401
|
+
return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n thumbnail,\n pixelTrackingCode->\n }');
|
|
402
402
|
|
|
403
403
|
case 9:
|
|
404
404
|
docGroupID = _context2.sent;
|