Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mneunomne committed Nov 24, 2023
1 parent 4c88231 commit 8f83b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ async function getRemote(assetKey, options = {}) {
// ADN: If we've loaded a DNT list, we need to parse it
if (dnt.isDoNotTrackUrl(assetKey)) {
dnt.processEntries(result.content);
}BlockImportant
}

if ( assetDetails.content === 'filters' ) {
const metadata = extractMetadataFromList(result.content, [
Expand Down

0 comments on commit 8f83b68

Please sign in to comment.