Skip to content

Commit f133e89

Browse files
committed
Update some query calling sequences.
1 parent f753da9 commit f133e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ld/patch/algebra/cut.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def execute(queryable, options = {})
4343
end
4444

4545
# Also delete triples having var in the object position
46-
queryable.query(object: var).each do |statement|
46+
queryable.query({object: var}).each do |statement|
4747
queryable.delete(statement)
4848
cut_count += 1
4949
end

0 commit comments

Comments
 (0)