From 1ff005e928da24a0d328fbc73f2365d614e1de8a Mon Sep 17 00:00:00 2001 From: Vitali Semianiaka Date: Thu, 1 Jan 2026 23:37:07 +0300 Subject: [PATCH] fix --- WorkflowRuntimeRunner.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WorkflowRuntimeRunner.cs b/WorkflowRuntimeRunner.cs index 432c5f8..ad4551a 100644 --- a/WorkflowRuntimeRunner.cs +++ b/WorkflowRuntimeRunner.cs @@ -1,3 +1,6 @@ +using System.Text.Json; +using System.Text.Json.Serialization; + namespace s8n_runtime; public class WorkflowRuntimeRunner