Skip to content

Commit bc4ee7e

Browse files
TD-5563 Reslving the merge conflict
1 parent 8dfdcc4 commit bc4ee7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Services/CompetencyAssessmentService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ public bool UpdatePrimaryFrameworkCompetencies(int assessmentId, int frameworkI
302302
return competencyAssessmentDataService.UpdatePrimaryFrameworkCompetencies(assessmentId, frameworkId);
303303
}
304304

305-
public int? GetSelfAssessmentStructure(int competencyAssessmentId)
305+
public int? GetSelfAssessmentStructure(int competencyAssessmentId)
306306
{
307307
return competencyAssessmentDataService.GetSelfAssessmentStructure(competencyAssessmentId);
308-
308+
}
309309
public IEnumerable<CompetencyAssessmentCollaboratorDetail> GetCollaboratorsForCompetencyAssessmentId(int competencyAssessmentId)
310310
{
311311
return competencyAssessmentDataService.GetCollaboratorsForCompetencyAssessmentId(competencyAssessmentId);

0 commit comments

Comments
 (0)