Skip to content

Commit

Permalink
Merge pull request #77 from base2Services/feature/optional-target-res…
Browse files Browse the repository at this point in the history
…ponse-time

Remove duplicate methods
  • Loading branch information
Guslington authored Aug 24, 2022
2 parents 2711100 + bbd0b96 commit 8d55117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cfnguardian/resources/rds_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ def default_event_subscriptions()
event_subscription.rds_event_category = 'failover'
event_subscription.message = 'A failover for the DB cluster has failed.'
@event_subscriptions.push(event_subscription)
end

def default_event_subscriptions()
event_subscription = CfnGuardian::Models::RDSClusterEventSubscription.new(@resource)
event_subscription.name = 'FailoverFinished'
event_subscription.rds_event_category = 'failover'
Expand Down

0 comments on commit 8d55117

Please sign in to comment.