mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting fix
This commit is contained in:
parent
7293078068
commit
de2ca58b37
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue