Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Giannis Katsanos <[email protected]>
  • Loading branch information
NicolasLopes7 and gkats authored Sep 18, 2024
1 parent cc58653 commit 5fbdbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions organization_domain.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package clerk

type organizationDomainVerificationResponse struct {
type OrganizationDomainVerification struct {
Status string `json:"status"`
Strategy string `json:"strategy"`
Attempts *int `json:"attempts"`
Expand All @@ -19,7 +19,7 @@ type OrganizationDomain struct {
TotalPendingInvitations int `json:"total_pending_invitations"`
TotalPendingSuggestions int `json:"total_pending_suggestions"`
CreatedAt int64 `json:"created_at"`
UpdatedAt int64
UpdatedAt int64 `json:"updated_at"`
}

type OrganizationDomainList struct {
Expand Down

0 comments on commit 5fbdbc3

Please sign in to comment.