Skip to content

Commit

Permalink
fix: provoke sonar run
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jan 11, 2024
1 parent b73f2e6 commit 361a61b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,8 @@
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-junit-reporter": "^2.0.1",
"karma-sonarqube-unit-reporter": "^0.0.23",
"msw": "^1.2.1",
"msw-storybook-addon": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/theme/theme-import/theme-import.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ThemeImportComponent implements OnInit {
}
this.checkThemeExistence()
} else {
console.error('Theme Import Error: not valid data')
console.error('Theme Import Error: not valid data ')
this.themeImportError = true
}
} catch (err) {
Expand Down

0 comments on commit 361a61b

Please sign in to comment.