Skip to content

Commit

Permalink
style(xml): Remove unused replacement (#56)
Browse files Browse the repository at this point in the history
Since the XML library doesn't replace entities.
  • Loading branch information
5ouma committed May 8, 2024
1 parent 6dc20e0 commit 0a51d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export function convertToOPML(list: List): string {

return `<?xml version="1.0" encoding="UTF-8"?>
${stringify({ opml: { "@version": "2.0", body: [body] } })}
`.replaceAll("amp;", "");
`;
}

0 comments on commit 0a51d2f

Please sign in to comment.