Работа над разделом "Серии"

This commit is contained in:
Book Pauk
2022-10-25 19:48:20 +07:00
parent 3a8fa12894
commit cc5d5167a3
8 changed files with 182 additions and 143 deletions

View File

@@ -163,7 +163,7 @@ class WebSocketController {
}
async getSeriesBookList(req, ws) {
const result = await this.webWorker.getSeriesBookList(req.series, req.seriesId);
const result = await this.webWorker.getSeriesBookList(req.series);
this.send(result, req, ws);
}