Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-nyt authored Nov 20, 2020
1 parent f14f90c commit fe440c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ _The Source Service will handle how to scrape the novels from a source._
if (novel && !updatingInfo) {
this.sourceNovels.unshift(novel);
return novel;
} else {
novel = {};
}
} else if (!updatingInfo) {
novel = {};
}
try {
const html = await this.getHtml(link); // Get HTML from the link
Expand Down

0 comments on commit fe440c2

Please sign in to comment.