oh ich hab verkackt

This commit is contained in:
CutestNekoAqua 2023-02-23 16:57:21 +01:00
parent b712b67df3
commit 76a4228de3

View File

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