fix errors
This commit is contained in:
parent
05acb51da2
commit
7ffd99497c
|
@ -45,7 +45,7 @@ export function apiSearchMastodon(router: Router): void {
|
|||
} catch (e: any) {
|
||||
console.error(e);
|
||||
ctx.status = (401);
|
||||
ctx.body e.response.data;
|
||||
ctx.body = e.response.data;
|
||||
}
|
||||
});
|
||||
router.get("/v1/trends/statuses", async (ctx) => {
|
||||
|
|
Loading…
Reference in New Issue