Skip to content

Commit

Permalink
fix bug I don't know how it snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoney committed May 31, 2022
1 parent 83d8a8f commit e5b8da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-tls-monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func main() {
}

func marshalTlsMetrics(metrics *TlsMetrics) string {
jsonBytes, err := json.Marshal(tlsMetrics)
jsonBytes, err := json.Marshal(metrics)
if err != nil {
panic("cannot convert map to json")
}
Expand Down

0 comments on commit e5b8da7

Please sign in to comment.