style: dont send default error string

This commit is contained in:
Guy Lewin 2020-02-27 08:02:05 -05:00
parent 2cb378bc9b
commit 9944c0513b

View File

@ -469,9 +469,7 @@ func (ctl *Control) manager() {
}
ctl.lastPing = time.Now()
xl.Debug("receive heartbeat")
ctl.sendCh <- &msg.Pong{
Error: "",
}
ctl.sendCh <- &msg.Pong{}
}
}
}