Skip to content

Commit 980b9c7

Browse files
committed
Update Supervisor.cs
1 parent 4f1576f commit 980b9c7

File tree

1 file changed

+0
-2
lines changed
  • DigitalLearningSolutions.Web/Controllers/SupervisorController

1 file changed

+0
-2
lines changed

DigitalLearningSolutions.Web/Controllers/SupervisorController/Supervisor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ public IActionResult AllStaffList()
342342
var loggedInAdminUser = userService.GetAdminUserById(adminId);
343343
var centreId = GetCentreId();
344344
var loggedInUserId = User.GetUserId();
345-
var loggedInAdminUser = userService.GetAdminUserById(adminId);
346345
var centreCustomPrompts = centreRegistrationPromptsService.GetCentreRegistrationPromptsByCentreId(centreId);
347346
var supervisorDelegateDetails = supervisorService.GetSupervisorDelegateDetailsForAdminId(adminId, loggedInAdminUser.CategoryId)
348347
.Select(supervisor =>
@@ -1399,7 +1398,6 @@ public IActionResult CompetencySelfAssessmentCertificatesupervisor(int candidate
13991398
var adminId = GetAdminId();
14001399
var loggedInAdminUser = userService.GetAdminUserById(adminId);
14011400
User.GetUserIdKnownNotNull();
1402-
var loggedInAdminUser = userService.GetAdminUserById(adminId.Value);
14031401
var competencymaindata = selfAssessmentService.GetCompetencySelfAssessmentCertificate(candidateAssessmentId);
14041402
if ((competencymaindata == null) || (candidateAssessmentId == 0))
14051403
{

0 commit comments

Comments
 (0)