fixes for extension sources & tweaks
This commit is contained in:
@@ -104,7 +104,6 @@ async function loadChapters() {
|
||||
? `/api/book/${bookId.slice(0, 40)}/chapters`
|
||||
: `/api/book/${bookId}/chapters`;
|
||||
|
||||
console.log(fetchUrl)
|
||||
const res = await fetch(fetchUrl);
|
||||
const data = await res.json();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user