Fix merge caused compile error (#10693)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/10697/head
congqixia 2021-10-26 21:46:21 +08:00 committed by GitHub
parent 552efd4b7b
commit 5c0b5c42ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}