chore: todo

This commit is contained in:
karishmas6
2024-10-11 17:58:27 +05:30
parent 8c86e84a19
commit a0ae85320c

View File

@@ -106,7 +106,7 @@ router.get("/robots/:id", requireAPIKey, async (req: Request, res: Response) =>
}
});
// TODO: Format runs to send more data formatted
// TODO: Format runs to send more data formatted
router.get("/robots/:id/runs", requireAPIKey, async (req: Request, res: Response) => {
try {
const runs = await Run.findAll({