Skip to content

Commit

Permalink
Remove param that does not make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Dec 21, 2024
1 parent 13227cb commit c10cbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hotwire/spark/action_cable/server.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Hotwire::Spark::ActionCable::Server < ActionCable::Server::Base
def initialize(config: nil)
def initialize
config = ::ActionCable::Server::Base.config.dup
config.connection_class = -> { ::ActionCable::Connection::Base }
super(config: config)
Expand Down

0 comments on commit c10cbbe

Please sign in to comment.