Skip to content

Commit 28f843b

Browse files
committed
Resolving merge problem
1 parent ec0350d commit 28f843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Services/SelfAssessmentService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public IEnumerable<CurrentSelfAssessment> GetSelfAssessmentsForCandidate(int del
410410
}
411411
public IEnumerable<CurrentSelfAssessment> GetSelfAssessmentsForCandidate(int delegateUserId, int centreId)
412412
{
413-
return selfAssessmentDataService.GetSelfAssessmentsForCandidate(delegateUserId, centreId, adminCategoryId);
413+
return selfAssessmentDataService.GetSelfAssessmentsForCandidate(delegateUserId, centreId);
414414
}
415415
public IEnumerable<Competency> GetMostRecentResults(int selfAssessmentId, int delegateId)
416416
{

0 commit comments

Comments
 (0)