Skip to content

Commit e14e79d

Browse files
committed
fix delete route
1 parent 3e74a9c commit e14e79d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

services/registration/src/routes/application.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ applicationRouter.route("/generate-csv").get(
176176
);
177177

178178
applicationRouter.route("/:id").delete(
179-
checkAbility("delete", "Application"),
180179
asyncHandler(async (req, res) => {
181180
const application = await ApplicationModel.findById(req.params.id).accessibleBy(req.ability);
182181

0 commit comments

Comments
 (0)