Skip to content

Commit

Permalink
[PRMP-1233] Revert #87 (encodeURIComponent)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbloe committed Nov 22, 2024
1 parent aeb47b2 commit 4ed5c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/mhs/mhs-attachments-wrangler.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function extractManifestReferences(mhsJsonMessage) {
}

function extractDescription(attachmentReference) {
const description = encodeURIComponent(attachmentReference.Description.innerText);
const description = attachmentReference.Description.innerText;
return description;
}

Expand Down

0 comments on commit 4ed5c77

Please sign in to comment.