oh ich hab verkackt

This commit is contained in:
CutestNekoAqua 2023-02-23 16:57:21 +01:00
parent 2dbbd1d39d
commit cc44cc9da7
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ export function apiStatusMastodon(router: Router): void {
ctx.body = e.response.data; ctx.body = e.response.data;
} }
}); });
});
router.get<{ Params: { id: string } }>( router.get<{ Params: { id: string } }>(
"/v1/media/:id", "/v1/media/:id",
async (ctx) => { async (ctx) => {