mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
fix: executive_roi_service import name mismatch — fixes Railway crash
The module exports executive_room_service but autonomous_foundation.py imported executive_roi_service. Aliased to fix the crash. This was the root cause of Railway healthcheck failure. https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
This commit is contained in:
parent
e5aa1cade6
commit
b20941fba7
@ -17,7 +17,7 @@ from app.openclaw.observability_bridge import observability_bridge
|
||||
from app.openclaw.policy import classify_action
|
||||
from app.openclaw.task_router import task_router
|
||||
from app.services.contract_intelligence_service import contract_intelligence_service
|
||||
from app.services.executive_roi_service import executive_roi_service
|
||||
from app.services.executive_roi_service import executive_room_service as executive_roi_service
|
||||
from app.services.predictive_revenue_service import predictive_revenue_service
|
||||
from app.openclaw.plugins.salesforce_agentforce_plugin import SalesforceAgentforcePlugin
|
||||
from app.openclaw.plugins.whatsapp_plugin import WhatsAppCloudPlugin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user