From 55367393d50625a39deee2c4f600db62fbc766c3 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:23:46 +0200 Subject: [PATCH] Fix statistics casing --- OrbitalBeat.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OrbitalBeat.go b/OrbitalBeat.go index caede88..9b0638f 100644 --- a/OrbitalBeat.go +++ b/OrbitalBeat.go @@ -54,11 +54,11 @@ type statistics struct { Http struct { Code httpCodeStatistics `json:"code"` Protocol httpProtocolStatistics `json:"protocol"` - } + } `json:"http"` Tls struct { Version tlsVersionStatistics `json:"version"` Cipher tlsCipherStatistics `json:"cipher"` - } + } `json:"tls"` } type servedStatistics struct {