From 3f609ae244001006c5e7abdcbcc55138b55796de Mon Sep 17 00:00:00 2001 From: Cedric Cordenier Date: Fri, 16 Feb 2024 17:52:16 +0000 Subject: [PATCH] Pick up moved StreamID --- core/services/streams/stream_registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/streams/stream_registry.go b/core/services/streams/stream_registry.go index c4795caa304..bc63e98e288 100644 --- a/core/services/streams/stream_registry.go +++ b/core/services/streams/stream_registry.go @@ -4,7 +4,7 @@ import ( "fmt" "sync" - commontypes "github.com/smartcontractkit/chainlink-common/pkg/types" + commontypes "github.com/smartcontractkit/chainlink-common/pkg/types/llo" "github.com/smartcontractkit/chainlink/v2/core/logger" "github.com/smartcontractkit/chainlink/v2/core/services/pipeline"