@cryptotaxi247 / CoPilot / commits / 48edc809

`refactor: Remove commented out code for customer_meta_iris_customer_id`

Taylor committed Oct 1, 2024 at 15:12 UTC 48edc80954079d1141190a17763f165e2a6977a4
1 file changed -1
backend/app/customer_provisioning/routes/provision.py
-1
@@ -180,7 +180,6 @@ async def update_customer_meta_table(
180 customer_meta_wazuh_log_ingestion_port=request.wazuh_logs_port,
181 customer_meta_wazuh_api_port=request.wazuh_api_port,
182 customer_meta_wazuh_auth_password=request.wazuh_auth_password,
183 - #customer_meta_iris_customer_id=request.dfir_iris_id,
183 )
184 session.add(customer_meta)
185 await session.commit()