Skip to content
Snippets Groups Projects

Resolve "Add sonar integration"

Closed orestis.malaspin requested to merge 5-add-sonar-integration into main
3 files
+ 19
20
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -41,7 +41,7 @@ class ExerciseCorrectionCommand extends CommanderCommand {
return assignment.corrections.map(correction => {
return {
name : correction.name.replace(correction.assignmentName, '').split('-')[2].trim(),
value: correction.correctionCommit!.web_url?.replace('/commit/', '/tree/') ?? ''
value: correction.correctionCommit?.web_url?.replace('/commit/', '/tree/') ?? ''
};
});
}
Loading