From b707c25f89ed5086a6714146d78a6da393470f8f Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Wed, 10 Jul 2024 12:18:19 +0700 Subject: [PATCH] no message --- BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs b/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs index 8240ed9b..7ee7cbfd 100644 --- a/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs +++ b/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs @@ -1133,7 +1133,7 @@ namespace BMA.EHR.Insignia.Service.Controllers LastUpdatedAt = DateTime.Now, // Add Information for reused in API Call - ProfileType = profile.ProfileType ?? "officer", + ProfileType = "officer", Prefix = profile.Prefix, FirstName = profile.FirstName, LastName = profile.LastName,