We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf118f commit 0b6e869Copy full SHA for 0b6e869
LearningHub.Nhs.UserApi.Services/RegistrationService.cs
@@ -336,7 +336,7 @@ public async Task<LearningHubValidationResult> RegisterUser(RegistrationRequestV
336
ExternalSystemId = registrationRequest.ExternalSystemId.Value,
337
};
338
339
- await this.externalSystemUserRepository.CreateAsync(userId, userExternalSystem);
+ await this.externalSystemUserRepository.CreateExternalSystemUserAsync(userExternalSystem);
340
}
341
342
if (registrationRequest.IsExternalUser == false)
0 commit comments