diff --git a/internal/controlplane/common.go b/internal/controlplane/common.go index 1c479ee400..d03ea29580 100644 --- a/internal/controlplane/common.go +++ b/internal/controlplane/common.go @@ -47,7 +47,7 @@ type HasProtoContextV2Compat interface { // HasProtoContextV2 is an interface that can be implemented by a request type HasProtoContextV2 interface { - GetContextV2() *pb.ContextV2 + GetContext() *pb.ContextV2 } // HasProtoContext is an interface that can be implemented by a request