diff --git a/pkg/variables/ScopedVariableService.go b/pkg/variables/ScopedVariableService.go index 77e457f66c..eb8bf97a86 100644 --- a/pkg/variables/ScopedVariableService.go +++ b/pkg/variables/ScopedVariableService.go @@ -32,12 +32,11 @@ type ScopedVariableService interface { } type ScopedVariableServiceImpl struct { - logger *zap.SugaredLogger - scopedVariableRepository repository2.ScopedVariableRepository - qualifierMappingService resourceQualifiers.QualifierMappingService - devtronResourceSearchableKeyService devtronResource.DevtronResourceSearchableKeyService - VariableNameConfig *VariableConfig - VariableCache *cache.VariableCacheObj + logger *zap.SugaredLogger + scopedVariableRepository repository2.ScopedVariableRepository + qualifierMappingService resourceQualifiers.QualifierMappingService + VariableNameConfig *VariableConfig + VariableCache *cache.VariableCacheObj } func NewScopedVariableServiceImpl(logger *zap.SugaredLogger, scopedVariableRepository repository2.ScopedVariableRepository, appRepository app.AppRepository, environmentRepository repository.EnvironmentRepository, devtronResourceSearchableKeyService devtronResource.DevtronResourceSearchableKeyService, clusterRepository repository.ClusterRepository,