Skip to content

Commit

Permalink
removed type
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Apr 16, 2024
1 parent fb99814 commit 0440f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion certego_saas/ext/upload/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def to_bulk(self) -> Dict[str, Any]:
return {
"_op_type": "index",
"_index": self.index,
"_type": "_doc",
"_source": self.to_json(),
}

Expand Down

0 comments on commit 0440f63

Please sign in to comment.