Skip to content

Commit

Permalink
fix: hide redundant json content (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari authored Jun 4, 2023
1 parent 2d7a88a commit a5b36a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type Server struct {
ULSpeed float64 `json:"ul_speed"`
TestDuration TestDuration `json:"test_duration"`

Context *Speedtest
Context *Speedtest `json:"-"`
}

type TestDuration struct {
Expand Down

0 comments on commit a5b36a8

Please sign in to comment.