Skip to content

Commit 86e0d71

Browse files
committed
fix: removed scope for view scorecard
1 parent 4d70e2a commit 86e0d71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/scorecard/scorecard.controller.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ export class ScorecardController {
110110
}
111111

112112
@Get('/:id')
113-
@Roles(UserRole.Admin)
114-
@Scopes(Scope.ReadScorecard)
115113
@ApiOperation({
116114
summary: 'View a scorecard',
117115
description: 'Scopes: read:scorecard',

0 commit comments

Comments
 (0)