backend-app-api: improve naming
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Philipp Hugenroth
parent
c9039c79a8
commit
9f88cb0ebd
@@ -141,8 +141,8 @@ export class BackendInitializer {
|
||||
|
||||
if (featureDiscovery) {
|
||||
const { features } = await featureDiscovery.getBackendFeatures();
|
||||
for (const plugin of features) {
|
||||
this.#addFeature(plugin);
|
||||
for (const feature of features) {
|
||||
this.#addFeature(feature);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user