master
Evan Chen 2021-12-19 14:13:39 +08:00
parent 98305ad0d3
commit c6998d49c5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func Stop() {
quit <- struct{}{} quit <- struct{}{}
log.Debug().Str("mod", "history").Msg("stop received") log.Debug().Str("mod", "history").Msg("stop received")
wg.Wait() wg.Wait()
log.Debug().Str("mod", "history").Msg("stoped") log.Debug().Str("mod", "history").Msg("stopped")
} }
func Send(h *History) { func Send(h *History) {