Skip to content

Commit

Permalink
ceraete chicken nong emial
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 16, 2024
1 parent 1585af7 commit 401ad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/checkin/checkin.handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (h *handlerImpl) Create(c context.Ctx) {
CheckIn: &dto.CheckIn{
ID: res.CheckIn.ID,
UserID: res.CheckIn.UserID,
Email: res.CheckIn.Email,
Email: resUser.User.Email,
Event: res.CheckIn.Event,
},
Firstname: resUser.User.Firstname,
Expand Down

0 comments on commit 401ad43

Please sign in to comment.