Linting fix

This commit is contained in:
Jackson Harper
2023-06-22 09:52:43 +08:00
parent 7293078068
commit de2ca58b37

View File

@ -25,7 +25,7 @@ export class TheAtlanticHandler extends ContentHandler {
'[data-event-module="article body"]'
)
// Remove the audio player.
// Remove the audio player.
content.querySelector('[data-event-module="audio player"]')?.remove()
if (!articleContentSection) {