Skip to content

Commit

Permalink
refactor: Remove commented out code for customer_meta_iris_customer_id
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Oct 1, 2024
1 parent da4180c commit 48edc80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/customer_provisioning/routes/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ async def update_customer_meta_table(
customer_meta_wazuh_log_ingestion_port=request.wazuh_logs_port,
customer_meta_wazuh_api_port=request.wazuh_api_port,
customer_meta_wazuh_auth_password=request.wazuh_auth_password,
#customer_meta_iris_customer_id=request.dfir_iris_id,
)
session.add(customer_meta)
await session.commit()
Expand Down

0 comments on commit 48edc80

Please sign in to comment.