From 1b692b8cde4a888c8a35af69231f181b57bf5619 Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 6 Feb 2026 20:06:30 +0000 Subject: Fix: Cleanup old chain code --- makima/src/orchestration/engine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/src/orchestration/engine.rs') diff --git a/makima/src/orchestration/engine.rs b/makima/src/orchestration/engine.rs index c794156..470db40 100644 --- a/makima/src/orchestration/engine.rs +++ b/makima/src/orchestration/engine.rs @@ -110,8 +110,8 @@ impl DirectiveEngine { /// Create a new directive engine. pub fn new(pool: PgPool) -> Self { Self { + planner: ChainPlanner::new(pool.clone()), pool, - planner: ChainPlanner::new(), event_tx: None, } } -- cgit v1.2.3