mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
fix milvus shutdown error (#1307)
This commit is contained in:
@@ -133,8 +133,7 @@ public class TagMetaServiceImpl implements TagMetaService {
|
||||
|
||||
@Override
|
||||
public List<TagResp> getTags(TagFilter tagFilter) {
|
||||
List<TagResp> tagRespList = tagRepository.queryTagRespList(tagFilter);
|
||||
return tagRespList;
|
||||
return tagRepository.queryTagRespList(tagFilter);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user