From 99c18ec18394ea64346ed3473514517d6c87664e Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Fri, 26 Jul 2024 09:42:38 +0700 Subject: [PATCH] updateprofile cannot upate baan --- internal/user/user.handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/user/user.handler.go b/internal/user/user.handler.go index e27c96d..ec23ffd 100644 --- a/internal/user/user.handler.go +++ b/internal/user/user.handler.go @@ -116,6 +116,7 @@ func (h *handlerImpl) UpdateProfile(c context.Ctx) { return } + body.Baan = "" req := h.createUpdateUserRequestDto(id, body) res, appErr := h.svc.UpdateProfile(req)