Skip to content

Commit

Permalink
Merge PR #191 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by lmignon
  • Loading branch information
OCA-git-bot committed Jun 4, 2024
2 parents e3585ba + 2f3fb9c commit e33e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_elasticsearch/models/se_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ def _get_adapter_class(self):
if self.backend_type == "elasticsearch":
return ElasticSearchAdapter
else:
return super().get_adapter_class()
return super()._get_adapter_class()

0 comments on commit e33e118

Please sign in to comment.