Переименования

This commit is contained in:
Book Pauk
2022-10-25 15:43:40 +07:00
parent 7553b88b89
commit dd5598a695
5 changed files with 10 additions and 10 deletions

View File

@@ -245,11 +245,11 @@ class WebWorker {
return db.wwCache.config;
}
async search(query) {
async authorSearch(query) {
this.checkMyState();
const config = await this.dbConfig();
const result = await this.dbSearcher.search(query);
const result = await this.dbSearcher.authorSearch(query);
return {
author: result.result,