We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd83c4 commit f23aeb8Copy full SHA for f23aeb8
src/MangaDexAPI/API.js
@@ -501,10 +501,10 @@ class DexFS {
501
return APIResponseGen(req.data);
502
}
503
async readChapter(mangaId,readChapterIds,unreadChapterIds) {
504
- const req = await axios.post(`${CORS_BYPASS}https://api.mangadex.org/manga/${mangaId}/read`, { params: {
+ const req = await axios.post(`${CORS_BYPASS}https://api.mangadex.org/manga/${mangaId}/read`, {
505
chapterIdsRead: readChapterIds,
506
chapterIdsUnread: unreadChapterIds
507
- }});
+ });
508
509
510
0 commit comments