Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nafeelc committed Dec 23, 2024
1 parent 966e7c8 commit 0d391ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
args: >
-Dsonar.projectKey=nafeelcassim_Keycloak-Drizzle
-Dsonar.organization=nafeelcassim
-Dsonar.qualitygate.wait=true
1 change: 0 additions & 1 deletion src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class AuthController {
@Param('roleName') roleName: string,
@Param('userId') userId: string,
) {
console.log('');
return await this.authService.assignRoleToUser(userId, roleName);
}
}

0 comments on commit 0d391ac

Please sign in to comment.