unnecessary arg
This commit is contained in:
parent
f5af5c77c0
commit
8ee1011562
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ async def configure_alerting_security():
|
|||
# Don't fail startup if alerting config fails
|
||||
|
||||
|
||||
async def _ensure_opensearch_index(self):
|
||||
async def _ensure_opensearch_index():
|
||||
"""Ensure OpenSearch index exists when using traditional connector service."""
|
||||
try:
|
||||
# Check if index already exists
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue