summary refs log tree commit diff
path: root/src/api/routes/applications/#id/entitlements.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/applications/#id/entitlements.ts')
-rw-r--r--src/api/routes/applications/#id/entitlements.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/applications/#id/entitlements.ts b/src/api/routes/applications/#id/entitlements.ts
index 6388e6b3..4ad0b60f 100644
--- a/src/api/routes/applications/#id/entitlements.ts
+++ b/src/api/routes/applications/#id/entitlements.ts
@@ -34,7 +34,7 @@ router.get(
 		// TODO:
 		//const { exclude_consumed } = req.query;
 		res.status(200).send([]);
-	},
+	}
 );
 
 export default router;