Update dependency "apollo-client" to v4.x
v4.1.6
This commit is contained in:
@@ -110,6 +110,11 @@ const handleDownload = async (
|
||||
order: [{ by: ChapterOrderBy.SourceOrder, byType: SortOrder.Desc }],
|
||||
},
|
||||
).response;
|
||||
|
||||
if (!chapters.data) {
|
||||
return;
|
||||
}
|
||||
|
||||
const filteredChapters = filterChapters(chapters.data.chapters.nodes, meta);
|
||||
|
||||
const doNecessaryDownloadAheadDownloadsExist =
|
||||
|
||||
Reference in New Issue
Block a user