Skip to content

Commit

Permalink
updateprofile cannot upate baan
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 26, 2024
1 parent 33d00ee commit 99c18ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/user/user.handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 99c18ec

Please sign in to comment.