Skip to content

Commit

Permalink
fix: remove first possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Buchko authored Mar 12, 2020
1 parent 9c0ab23 commit bab4302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
.getStateMachineLogicalId(stateMachineName, stateMachineObj);
const cloudWatchLogicalId = this
.getCloudWatchEventLogicalId(stateMachineName, eventRuleNumberInFunction);
const cloudWatchIamRoleLogicalId = eventRule.iamRole || this
const cloudWatchIamRoleLogicalId = this
.getCloudWatchEventToStepFunctionsIamRoleLogicalId(stateMachineName);
const cloudWatchId = this.getCloudWatchEventId(stateMachineName);
const policyName = this.getCloudWatchEventPolicyName(stateMachineName);
Expand Down

0 comments on commit bab4302

Please sign in to comment.