Поправка таймаута

This commit is contained in:
Book Pauk
2022-10-31 00:10:34 +07:00
parent 1659f69aae
commit 87f8567d93

View File

@@ -216,7 +216,7 @@ class Api {
} }
async search(from, query) { async search(from, query) {
return await this.request({action: 'search', from, query}); return await this.request({action: 'search', from, query}, 30);
} }
async getAuthorBookList(authorId) { async getAuthorBookList(authorId) {