1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-03 01:09:06 +09:00

[ci skip] remove outdated comment

This commit is contained in:
syuilo 2023-04-13 09:02:41 +09:00
parent ddb1ab7fae
commit 3f57119aea

View File

@ -41,8 +41,6 @@ export const paramDef = {
],
} as const;
// TODO: avatar,bannerをJOINしたいけどエラーになる
// eslint-disable-next-line import/no-default-export
@Injectable()
export default class extends Endpoint<typeof meta, typeof paramDef> {