Skip to content

Commit

Permalink
fix: make ID field in VerifiableAddress struct optional (#2507)
Browse files Browse the repository at this point in the history
Closes #2506
  • Loading branch information
atreya2011 committed Jun 7, 2022
1 parent cf63a1c commit 0844b47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion identity/identity_verification.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type VerifiableAddressStatus string
type VerifiableAddress struct {
// The ID
//
// required: true
ID uuid.UUID `json:"id" db:"id" faker:"-"`

// The address value
Expand Down

0 comments on commit 0844b47

Please sign in to comment.