feat: optimize openim make lint style format (#1995)

* feat: add openim make lint

* feat: add openim make lint

* feat: add openim make lint

* feat: add openim make lint

* feat: add openim make lint
This commit is contained in:
longyuqing112
2024-03-04 18:20:25 +08:00
committed by GitHub
parent 02a3cfb021
commit 88bcabee1c
6 changed files with 29 additions and 15 deletions
@@ -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
}
}