We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e03fc5 commit a6cf107Copy full SHA for a6cf107
src/core/contentstack.js
@@ -67,11 +67,6 @@ class Contentstack {
67
if (correspondingAsset) {
68
correspondingAsset['href'] = item.url;
69
}
70
-
71
- // const correspondingAsset = entry[key].children.find(child => child.attrs['asset-uid'] === item.uid);
72
- // if (correspondingAsset) {
73
- // correspondingAsset.attrs['asset-link'] = item.url;
74
- // }
75
76
});
77
0 commit comments