[AAE-11472] - fixed typo

This commit is contained in:
alfresco-build
2023-03-31 12:18:52 +01:00
parent 40ac60927c
commit b112664ddf

View File

@@ -379,7 +379,7 @@ async function checkIfAppIsReleased(missingApps: any [], tag?: string) {
await sleep(TIME);
const appInfrastructure = {
connector: currentAbsentApp.infrastructure?.connectors(),
restconnector: currentAbsentApp.infrastructure?.connectors(),
bridges: currentAbsentApp.infrastructure?.bridges
};