unnecessary arg

This commit is contained in:
phact 2025-10-07 01:32:56 -04:00
parent f5af5c77c0
commit 8ee1011562

View file

@ -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