Skip to content

Commit 00b0464

Browse files
committed
. removed local test id
1 parent 3653734 commit 00b0464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OpenAPI/LearningHub.Nhs.OpenApi.Services/Services/MyLearningService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ public async Task<List<PlayedSegmentViewModel>> GetPlayedSegments(int userId, in
373373
/// <returns>The <see cref="Task"/>.</returns>
374374
public async Task<Tuple<int, MyLearningDetailedItemViewModel>> GetResourceCertificateDetails(int userId, int resourceReferenceId, int majorVersion, int minorVersion)
375375
{
376-
userId = 2299493;
377376
MyLearningDetailedItemViewModel myLearningDetailedItemViewModel = null;
378377
var activityQuery = resourceActivityRepository.GetByUserId(userId);
379378
if (majorVersion > 0)

0 commit comments

Comments
 (0)