[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> {