Merge pull request #5364 from backstage/rugvip/nocheck

core-api: remove apiHolder creation check
This commit is contained in:
Fredrik Adelöw
2021-04-19 11:15:01 +02:00
committed by GitHub
-3
View File
@@ -306,9 +306,6 @@ export class PrivateAppImpl implements BackstageApp {
this.verifyPlugins(this.plugins);
// Initialize APIs once all plugins are available
if (this.apiHolder) {
throw new Error('Plugin holder was initialized too soon');
}
this.getApiHolder();
return result;