mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
chore: removed async
This commit is contained in:
parent
78191be705
commit
c4887b8fef
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ class AnilistClient {
|
|||
}
|
||||
|
||||
/** @returns {Promise<import('./al.d.ts').Query<{Media: import('./al.d.ts').Media}>>} */
|
||||
async recommendations (variables) {
|
||||
recommendations (variables) {
|
||||
const query = /* js */`
|
||||
query($id: Int) {
|
||||
Media(id: $id, type: ANIME) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue