Skip to content

Commit

Permalink
Update droplets.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
  • Loading branch information
loosla and andrewsomething authored Oct 31, 2024
1 parent 313e078 commit 1abca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droplets.go
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ type dropletBackupPolicyRoot struct {
}

type dropletBackupPoliciesRoot struct {
DropletBackupPolicies []*DropletBackupPolicy `json:"policies,omitempty"`
DropletBackupPolicies map[int]*DropletBackupPolicy `json:"policies,omitempty"`
Links *Links `json:"links,omitempty"`
Meta *Meta `json:"meta"`
}
Expand Down

0 comments on commit 1abca82

Please sign in to comment.