🚨Fix Rubocop lint errors
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class AsyncDispatcher < BaseDispatcher
|
||||
|
||||
def dispatch(event_name, timestamp, data)
|
||||
event_object = Events::Base.new(event_name, timestamp, data)
|
||||
publish(event_object.method_name, event_object)
|
||||
|
||||
Reference in New Issue
Block a user