fix: del the error return in tranfer

pull/1885/head
luhaoling 2 years ago
parent 80c851c71d
commit 98330159fe

@ -145,8 +145,6 @@ func (m *MsgTransfer) Start(prometheusPort int) error {
m.cancel()
m.historyCH.historyConsumerGroup.Close()
m.historyMongoCH.historyConsumerGroup.Close()
fmt.Println("SIGTERM SIGTERM received")
return errors.New("SIGTERM received, shutting down")
case <-netDone:
m.cancel()

Loading…
Cancel
Save