Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Lin committed Aug 23, 2023
1 parent f298157 commit 43e6f15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dnsimple/registrar_registrant.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type CreateRegistrantChangeInput struct {

type RegistrantChange struct {
Id int `json:"id"`
Type int `json:"type"`
AccountId int `json:"account_id"`
ContactId int `json:"contact_id"`
DomainId int `json:"domain_id"`
Expand Down

0 comments on commit 43e6f15

Please sign in to comment.