Skip to content

Commit

Permalink
Few more changes added based on code review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sehbaz committed Jan 7, 2024
1 parent e8afb48 commit a96869a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conversation_visitor_identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ type IdentificationTokenResponse struct {
}

type IdentificationTokenRequest struct {
FirstName string `json:"firstname"`
LastName string `json:"lastname"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Email string `json:"email"`
}

Expand Down

0 comments on commit a96869a

Please sign in to comment.