fix linting

This commit is contained in:
Mike Mason
2023-07-17 19:24:54 +00:00
parent 1f67d3c805
commit 4d1e9717e5
14 changed files with 81 additions and 17 deletions

View File

@@ -107,6 +107,7 @@ func (s Subscriber) listen(messages <-chan *message.Message, wg *sync.WaitGroup)
for msg := range messages {
s.logger.Infow("processing event", "event.id", msg.UUID)
if err := s.processEvent(msg); err != nil {
s.logger.Warn("Failed to process msg: ", err)