diff --git a/history/history.go b/history/history.go index e5faaf2..b1cbcae 100644 --- a/history/history.go +++ b/history/history.go @@ -96,6 +96,7 @@ func Send(h *History) { l.Warn().Str("mod", "history"). Interface("history", h). Msg("history reporter has not started, report will be discarded") + return } if h.Type == "" { h.Type = INFO