Skip to content

Commit 4ab34be

Browse files
committed
Merge remote-tracking branch 'origin/feat/scorecards' into PM-1504_create-edit-scorecard
2 parents 40be5ca + 74189c7 commit 4ab34be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ workflows:
7676
- develop
7777
- feat/ai-workflows
7878
- feat/scorecards
79-
- filters-fix
79+
- pm-1503
8080
- 'build-prod':
8181
context: org-global
8282
filters:

src/api/scorecard/scorecard.controller.ts

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

119119
@Get('/:id')
120-
@Roles(UserRole.Admin)
121-
@Scopes(Scope.ReadScorecard)
122120
@ApiOperation({
123121
summary: 'View a scorecard',
124122
description: 'Scopes: read:scorecard',

0 commit comments

Comments
 (0)