mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Fix lint
This commit is contained in:
@@ -124,7 +124,7 @@ module.exports = class AnimeScoreCommand extends Command {
|
|||||||
},
|
},
|
||||||
query: searchGraphQL
|
query: searchGraphQL
|
||||||
});
|
});
|
||||||
const pageInfo = body.data.Page.pageInfo;
|
const { pageInfo } = body.data.Page;
|
||||||
this.totalAnime = pageInfo.lastPage * pageInfo.perPage;
|
this.totalAnime = pageInfo.lastPage * pageInfo.perPage;
|
||||||
setTimeout(() => { this.totalAnime = null; }, 2.16e+7);
|
setTimeout(() => { this.totalAnime = null; }, 2.16e+7);
|
||||||
return this.totalAnime;
|
return this.totalAnime;
|
||||||
|
|||||||
Reference in New Issue
Block a user