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)