predict bugs

This commit is contained in:
Pavel 2024-05-03 12:07:38 +03:00
parent 3cca7e9363
commit cda118155d

@ -219,7 +219,7 @@ func (wc *QueueUpdater) processMessages(ctx context.Context, message models.Kafk
}
default:
wc.logger.Error("incorrect message type", zap.Any("Type:", message.Type))
wc.logger.Error("incorrect message type", zap.Any("Type:", message))
return nil
}
return nil