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.
2 parents 53c5e61 + 0b6e869 commit d0c1290Copy full SHA for d0c1290
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