Skip to content

Commit dbb9d76

Browse files
authored
fix: points/delete api
1 parent 2cb6e6a commit dbb9d76

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)