diff --git a/core/services/ocr2/plugins/ccip/estimatorconfig/config.go b/core/services/ocr2/plugins/ccip/estimatorconfig/config.go index adaf8b97c3c..73f49de6a46 100644 --- a/core/services/ocr2/plugins/ccip/estimatorconfig/config.go +++ b/core/services/ocr2/plugins/ccip/estimatorconfig/config.go @@ -19,7 +19,6 @@ func NewFeeEstimatorConfigService() *FeeEstimatorConfigService { // must be called once for each instance. func (c *FeeEstimatorConfigService) SetOnRampReader(reader ccip.OnRampReader) { c.onRampReader = reader - return } // GetDataAvailabilityConfig Returns dynamic config data availability parameters.