lint & logging fixes.

This commit is contained in:
Miroslav Šedivý 2021-03-16 10:53:03 +01:00
parent 58d029f455
commit a9aa62f062
7 changed files with 14 additions and 13 deletions

View file

@ -29,5 +29,6 @@ func (h *MessageHandlerCtx) sendBroadcast(session types.Session, payload *messag
Subject: payload.Subject,
Body: payload.Body,
}, []string{session.ID()})
return nil
}