From fdf4e7501567a3f40dcab9dee57c347201593801 Mon Sep 17 00:00:00 2001 From: RussellLuo Date: Tue, 11 Jun 2024 14:01:03 +0800 Subject: [PATCH] test --- builtin/wait.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/wait.go b/builtin/wait.go index 5809e7b..cab0bd5 100644 --- a/builtin/wait.go +++ b/builtin/wait.go @@ -90,7 +90,7 @@ func NewWait(name string) *WaitBuilder { func (b *WaitBuilder) Out(out map[string]any) *WaitBuilder { b.task.Input.Output = orchestrator.Expr[map[string]any]{Expr: out} - return b + return c } func (b *WaitBuilder) Build() orchestrator.Task {