renaming variable

This commit is contained in:
aparna-ravindra
2021-08-24 10:28:09 +05:30
parent f5724905e5
commit e56cb5c215
+2 -2
View File
@@ -55,10 +55,10 @@ async function checkWorkflows(
));
const iconName: string | undefined = workflowProperties["iconName"];
const partnerWorkflow = workflowProperties.creator ? partnersSet.has(workflowProperties.creator.toLowerCase()) : false;
const isPartnerWorkflow = workflowProperties.creator ? partnersSet.has(workflowProperties.creator.toLowerCase()) : false;
const enabled =
!partnerWorkflow &&
!isPartnerWorkflow &&
(await checkWorkflow(workflowFilePath, enabledActions));
const workflowDesc: WorkflowDesc = {