Skip to content

Commit

Permalink
fix incorrect action name in notification subscriber (#2828)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgudim authored Oct 31, 2024
1 parent 981a18a commit d05ee02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def self.subscription_details
[/acapi\.info\.events\..*/]
end

def perform(event_name, _e_start, _e_end, _msg_id, payload)
def call(event_name, _e_start, _e_end, _msg_id, payload)
log("NOTICE EVENT: #{event_name} #{payload}", {:severity => 'info'})

NoticeKind.where(event_name: event_name.split(".")[4]).each do |notice_kind|
Expand Down

0 comments on commit d05ee02

Please sign in to comment.