Skip to content

Commit 36f654b

Browse files
minhhaitran08github-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 957e70f commit 36f654b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

course-matrix/backend/src/controllers/restrictionsController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ export default {
360360
return res
361361
.status(200)
362362
.json({ message: "Restriction successfully deleted" });
363-
364363
} catch (error) {
365364
return res.status(500).send({ error });
366365
}

0 commit comments

Comments
 (0)