mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 15:02:19 +01:00
no return await
This commit is contained in:
parent
5fa3415971
commit
b5b0dc58a3
1 changed files with 1 additions and 1 deletions
|
@ -195,6 +195,6 @@ export class ApRequestService {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
return await res.json();
|
return res.json();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue