Skip to content

Commit

Permalink
fix warning / switch from deprecated attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Nov 11, 2024
1 parent 7add1f7 commit 56493fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccc/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def store_document(
return self._api.index(
index=index,
doc_type='_doc',
body=body,
document=body,
*args,
**kwargs,
)
Expand Down

0 comments on commit 56493fe

Please sign in to comment.