Skip to content

Commit

Permalink
test.
Browse files Browse the repository at this point in the history
  • Loading branch information
braatvedt committed Oct 22, 2020
1 parent f0ec537 commit 6da3280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions udger.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func (udger *Udger) Lookup(ua string) (*Info, error) {
if err != nil {
return nil, err
}

info.Browser = udger.Browsers[browserID]
if info.Browser.Family != "" {
info.Browser.Name = info.Browser.Family + " " + version
Expand Down

0 comments on commit 6da3280

Please sign in to comment.