Skip to content

Commit

Permalink
fix eslint Book18Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebeaker committed Sep 24, 2024
1 parent 940e61a commit 3d646d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/Book18Parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Book18Parser extends Parser{
super();
}

async getChapterUrls(dom, chapterUrlsUI) {
async getChapterUrls(dom) {
let menu = dom.querySelector(".list-group");
return util.hyperlinksToChapterList(menu);
}
Expand Down

0 comments on commit 3d646d2

Please sign in to comment.