Skip to content

Commit 9853ff0

Browse files
Merge pull request #13 from suexcxine/patch-1
fix: points/delete api
2 parents 2cb6e6a + dbb9d76 commit 9853ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/qdrant/points.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def delete(
6060

6161
req.body = {}
6262

63-
req.body["points"] = points unless filter.nil?
63+
req.body["points"] = points unless points.nil?
6464
req.body["filter"] = filter unless filter.nil?
6565
end
6666
response.body

0 commit comments

Comments
 (0)