Skip to content

Commit

Permalink
Prov -> Asnumber
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlleo committed Jun 10, 2022
1 parent e4cacc5 commit d6a154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipgeo/leo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func LeoIP(ip string) (*IPGeoData, error) {

if res.Get("Message").String() != "" {
return &IPGeoData{
Prov: res.Get("Message").String(),
Asnumber: res.Get("Message").String(),
}, nil
}

Expand Down

0 comments on commit d6a154d

Please sign in to comment.