Skip to content

Commit 7f8efb1

Browse files
committed
fix: removed commentss gf-583
1 parent 220eceb commit 7f8efb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/modules/projects/project.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class ProjectController extends BaseController {
113113
ProjectPermissionKey.VIEW_PROJECT,
114114
ProjectPermissionKey.EDIT_PROJECT,
115115
ProjectPermissionKey.MANAGE_PROJECT,
116-
], // Project-level permissions
116+
],
117117
),
118118
],
119119
});

0 commit comments

Comments
 (0)