Skip to content

Commit

Permalink
OS -> operatingSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Oct 6, 2023
1 parent 9361725 commit f5c969b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/examples/outline-connectivity-app/shared_backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func ConnectivityTest(request ConnectivityTestRequest) ([]ConnectivityTestResult
}

type PlatformMetadata struct {
OS string `json:"os"`
OS string `json:"operatingSystem"`
Arch string `json:"architecture"`
}

Expand Down

0 comments on commit f5c969b

Please sign in to comment.