mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-14 17:58:44 +00:00
[AAE-11472] - fixed typo
This commit is contained in:
@@ -379,7 +379,7 @@ async function checkIfAppIsReleased(missingApps: any [], tag?: string) {
|
||||
await sleep(TIME);
|
||||
|
||||
const appInfrastructure = {
|
||||
connector: currentAbsentApp.infrastructure?.connector(),
|
||||
connector: currentAbsentApp.infrastructure?.connectors(),
|
||||
bridges: currentAbsentApp.infrastructure?.bridges
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user