Skip to content

Commit 146558c

Browse files
committed
fix: lint
1 parent a68c813 commit 146558c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/scorecard/scorecard.controller.ts

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

141141
@Get()
142+
@Roles(UserRole.Admin)
143+
@Scopes(Scope.ReadScorecard)
142144
@ApiOperation({
143145
summary: 'Search scorecards',
144146
description:

0 commit comments

Comments
 (0)