Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Jan 14, 2024
1 parent dc47ce3 commit 709bd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ReaperScansID.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class ReaperScansID extends WordPressMadara {
login: 'https://shinigamitoon.com/#'
};
}

async _getPages(chapter) {
const url = new URL(chapter.id, this.url);
const request = new Request(url, this.requestOptions);
Expand Down

0 comments on commit 709bd44

Please # to comment.