From 2d5606d6d730428310774248a6ce08400afe63f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 16 Jul 2026 08:29:33 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20check=5Farithmetic(ops)=20=E2=80=94=20wa?= =?UTF-8?q?s=20passing=20contract=5Fid=20(string)=20instead=20of=20ops=20l?= =?UTF-8?q?ist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/services/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/services/process.py b/site/services/process.py index c56d827..327bfb6 100644 --- a/site/services/process.py +++ b/site/services/process.py @@ -103,7 +103,7 @@ def run_pipeline(contract_id, order_ids, build_prompt_fn): } # Arithmetic check - check_arithmetic(contract_id) + check_arithmetic(ops) yield { "type": "applied",