File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
OpenAPI/LearningHub.Nhs.OpenApi.Services/Services Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ public async Task<List<MoodleEnrolledCourseResponseModel>> GetRecentEnrolledCour
115115 {
116116 try
117117 {
118- userId = 3 ;
119-
120118 string statusFilter = string . Empty ; ;
121119
122120 if ( ( requestModel . Incomplete && requestModel . Complete ) || ( ! requestModel . Incomplete && ! requestModel . Complete ) )
@@ -167,7 +165,6 @@ public async Task<List<MoodleEnrolledCourseResponseModel>> GetEnrolledCoursesHis
167165 {
168166 try
169167 {
170- userId = 3 ;
171168 string statusFilter = string . Empty ;
172169
173170 if ( ( requestModel . Incomplete && requestModel . Complete ) || ( ! requestModel . Incomplete && ! requestModel . Complete ) )
@@ -217,7 +214,6 @@ public async Task<List<MoodleUserCertificateResponseModel>> GetUserCertificateAs
217214 {
218215 try
219216 {
220- userId = 3 ;
221217 var parameters = new Dictionary < string , string >
222218 {
223219 { "userid" , userId . ToString ( ) } ,
You can’t perform that action at this time.
0 commit comments