fix issues

This commit is contained in:
Urtzi Alfaro
2026-01-01 21:09:25 +01:00
parent 48e64f5586
commit 507031deaf
3 changed files with 15 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ from app.models import DemoSession, DemoSessionStatus, CloningStatus
from app.core.redis_wrapper import DemoRedisWrapper
from app.core import settings
from app.services.clone_orchestrator import CloneOrchestrator
from app.services.cleanup_service import DemoCleanupService
from app.repositories.demo_session_repository import DemoSessionRepository
logger = structlog.get_logger()