no message

This commit is contained in:
Suphonchai Phoonsawat 2024-07-10 12:18:19 +07:00
parent 36effb3431
commit b707c25f89

View file

@ -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,