feat: add openim make lint

This commit is contained in:
longyuqing112 2024-03-04 09:55:55 +00:00 committed by GitHub
parent e6adc5b8c4
commit cfd5c5a52b

View File

@ -257,7 +257,8 @@ func (och *OnlineHistoryRedisConsumerHandler) toPushTopic(
msgs []*sdkws.MsgData,
) {
for _, v := range msgs {
och.msgDatabase.MsgToPushMQ(ctx, key, conversationID, v)
och.msgDatabase.MsgToPushMQ(ctx, key, conversationID, v) // nolint: errcheck
}
}