diff --git a/BMA.EHR.Application/Responses/Profiles/GetProfileByKeycloakIdDto.cs b/BMA.EHR.Application/Responses/Profiles/GetProfileByKeycloakIdDto.cs index 385624b1..cac03fd7 100644 --- a/BMA.EHR.Application/Responses/Profiles/GetProfileByKeycloakIdDto.cs +++ b/BMA.EHR.Application/Responses/Profiles/GetProfileByKeycloakIdDto.cs @@ -39,7 +39,7 @@ namespace BMA.EHR.Application.Responses.Profiles public string? Gender { get; set; } - public string ProfileType { get; set; } = string.Empty; + public string? ProfileType { get; set; } }