Skip to content

Commit

Permalink
Merge pull request #2469 from mneunomne/merge1.54.0
Browse files Browse the repository at this point in the history
fix merge issue
  • Loading branch information
mneunomne authored Nov 24, 2023
2 parents 00f9c7c + 8f83b68 commit 65a726d
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 65a726d

Please sign in to comment.