Skip to content

Commit

Permalink
Merge pull request #72 from jhg03a/fix.ds
Browse files Browse the repository at this point in the history
Correct Algorithm type in Record
  • Loading branch information
mdb authored Feb 11, 2020
2 parents 7291b67 + 52ebba4 commit 9f40ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vinyldns/recordsets_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type Record struct {
Weight int `json:"weight,omitempty"`
Port int `json:"port,omitempty"`
Target string `json:"target,omitempty"`
Algorithm string `json:"algorithm,omitempty"`
Algorithm int `json:"algorithm,omitempty"`
Type string `json:"type,omitempty"`
Fingerprint string `json:"fingerprint,omitempty"`
}
Expand Down

0 comments on commit 9f40ffd

Please sign in to comment.