@cryptotaxi247 / CoPilot / commits / da4180c0

`refactor: Remove commented out code for customer_meta_iris_customer_id`

Taylor committed Oct 1, 2024 at 15:10 UTC da4180c049b2462a9d35a7e8d977bd6074614628
1 file changed +1 -1
backend/app/customer_provisioning/routes/provision.py
+1 -1
@@ -180,7 +180,7 @@ 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 + #customer_meta_iris_customer_id=request.dfir_iris_id,
184 )
185 session.add(customer_meta)
186 await session.commit()