DatasourceProxy: Set feature field (#75830)

Set feature feild
This commit is contained in:
Karl Persson 2023-10-02 17:06:22 +02:00 committed by GitHub
parent e9555d727a
commit 88347774fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ func ProvideService(dataSourceCache datasources.CacheService, plugReqValidator v
DataSourcesService: dsService,
tracer: tracer,
secretsService: secretsService,
fetures: features,
}
}