chore: remove solved TODO comment
This commit is contained in:
parent
cfe4e298ca
commit
180200dc9c
@ -26,7 +26,6 @@ const router = Router({ mergeParams: true });
|
||||
router.post("/", route({}), async (req: Request, res: Response) => {
|
||||
const body = req.body as InteractionCallbackSchema;
|
||||
|
||||
// TODO: Only one error is ever returned. That's not the case on discord's side
|
||||
const errors: Record<string, { code?: string; message: string }> = {};
|
||||
|
||||
for (const row of body.data.components || []) {
|
||||
|
||||
Reference in New Issue
Block a user