summary refs log tree commit diff
path: root/api/src/routes/applications/#id/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/routes/applications/#id/index.ts')
-rw-r--r--api/src/routes/applications/#id/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/routes/applications/#id/index.ts b/api/src/routes/applications/#id/index.ts

index be8c3ba4..a16b18a9 100644 --- a/api/src/routes/applications/#id/index.ts +++ b/api/src/routes/applications/#id/index.ts
@@ -7,7 +7,6 @@ const router: Router = Router(); router.get("/", route({}), async (req: Request, res: Response) => { //TODO let results = await Application.findOne({where: {id: req.params.id}, relations: ["owner", "bot"] }); - //debugger; res.json(results).status(200); });