Skip to content

Commit

Permalink
add hardware to device world map json
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Jan 29, 2024
1 parent 906f0ff commit 8196c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/device.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ def self.for_world_map
latitude: device.latitude,
longitude: device.longitude,
city: device.city,
hardware: device.hardware,
country_code: device.country_code,
state: device.state,
system_tags: device.system_tags,
Expand Down

0 comments on commit 8196c95

Please sign in to comment.