Skip to content

Commit

Permalink
Fix JSON field name for Linux OS version in ReportingDevice struct
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Dec 10, 2024
1 parent 74025a1 commit 29b2a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion team/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type ReportingDevice struct {
MachineUUID string `json:"machineUUID"`
MachineName string `json:"machineName"`
Auth string `json:"auth"`
LinuxOSVersion string `json:"LinuxOSVersion"`
LinuxOSVersion string `json:"linuxOSVersion"`
ModelName string `json:"modelName"`
ModelSerial string `json:"modelSerial"`
}
Expand Down

0 comments on commit 29b2a27

Please sign in to comment.