Skip to content

Commit ce80fe3

Browse files
committed
Update param name
1 parent 1f54ea3 commit ce80fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/typesense/documents.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def upsert(document, options = {})
2020
@api_call.post(endpoint_path, document, options.merge(action: :upsert))
2121
end
2222

23-
def update(document, query_parameters = {})
23+
def update(document, options = {})
2424
@api_call.post(endpoint_path, document, options.merge(action: :update))
2525
end
2626

0 commit comments

Comments
 (0)