Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Feb 16, 2024
1 parent 0d2e01b commit 947e706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Account struct {
EUUID string `json:"euuid"`
BillingSource string `json:"billing_source"`
Capabilities []string `json:"capabilities"`
ActiveSince *time.Time `json:"active_since"`
ActiveSince *time.Time `json:"-"`
}

// UnmarshalJSON implements the json.Unmarshaler interface
Expand Down
2 changes: 1 addition & 1 deletion account_child.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ChildAccountsPagedResponse struct {
Data []ChildAccount `json:"data"`
}

// endpoint gets the endpoint URL for Instance
// endpoint returns the URL of this paginated endpoint
func (ChildAccountsPagedResponse) endpoint(_ ...any) string {
return "account/child-accounts"
}
Expand Down

0 comments on commit 947e706

Please sign in to comment.