Skip to content

Commit

Permalink
fix: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Kalta authored and Vikram Kalta committed Sep 26, 2024
1 parent 9cf40b1 commit fccb90c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/contentstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ class Contentstack {
if (correspondingAsset) {
correspondingAsset['href'] = item.url;
}

// const correspondingAsset = entry[key].children.find(child => child.attrs['asset-uid'] === item.uid);
// if (correspondingAsset) {
// correspondingAsset.attrs['asset-link'] = item.url;
// }
}
});
}
Expand Down

0 comments on commit fccb90c

Please sign in to comment.