mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix merge caused compile error (#10693)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
552efd4b7b
commit
5c0b5c42ca
@ -192,7 +192,7 @@ func (c *ChannelStore) Update(opSet ChannelOpSet) error {
|
||||
if op.Type == Add {
|
||||
chOp.ChannelWatchInfos = []*datapb.ChannelWatchInfo{op.ChannelWatchInfos[i]}
|
||||
}
|
||||
channelsOpSet[ch.name] = append(channelsOpSet[ch.name], chOp)
|
||||
channelsOpSet[ch.Name] = append(channelsOpSet[ch.Name], chOp)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user