Skip to content

Commit 48931e2

Browse files
author
Jicheng Lu
committed
clean code
1 parent c1fd5f3 commit 48931e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Plugins/BotSharp.Plugin.Qdrant/QdrantDb.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ public async Task<StringIdPagedItems<VectorCollectionData>> GetPagedCollectionDa
147147
OrderBy? orderBy = BuildOrderBy(filter.OrderBy);
148148

149149
var client = GetClient();
150-
var tasks = new List<Task>();
151150

152151
var totalCountTask = client.CountAsync(collectionName, filter: queryFilter);
153152
var dataResponseTask = client.ScrollAsync(

0 commit comments

Comments
 (0)