Skip to content

Commit

Permalink
changed notes type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdingassendible committed Feb 20, 2024
1 parent 31f542d commit 76bc01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/openvpnas_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (e *OpenVPNExporter) CollectSubscriptionStatistics(client xmlrpc.Client, ch
Name string `xml:"name"`
NextUpdate int `xml:"next_update"`
NextUpdateIn int `xml:"next_update_in"`
Notes []string `xml:"notes"`
Notes string `xml:"notes"`
Overdraft bool `xml:"overdraft"`
Server string `xml:"server"`
State string `xml:"state"`
Expand Down

0 comments on commit 76bc01e

Please sign in to comment.