Skip to content

Commit

Permalink
Merge pull request #119 from Axeleander/client-hint-version-bug
Browse files Browse the repository at this point in the history
Fix bug in client hints
  • Loading branch information
spiderpug authored Jun 4, 2024
2 parents 4e53ff1 + e5ce200 commit 5492c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/device_detector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def name
end

def full_version
client_hint.platform_version || client.full_version
client_hint.full_version || client.full_version
end

def os_family
Expand Down

0 comments on commit 5492c72

Please sign in to comment.