Fixed build breakage
This commit is contained in:
parent
5376965edc
commit
b75bb0dacd
@ -24,7 +24,7 @@ func NewServer() *Server {
|
||||
|
||||
func (s *Server) Run() {
|
||||
for event := range s.eventChan {
|
||||
s.handleEvent(<-s.eventChan)
|
||||
s.handleEvent(event)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user