File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
DigitalLearningSolutions.Web/Controllers/SupervisorController Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments