Skip to content

Commit 832546f

Browse files
authored
Apply suggestion from @josevalim
1 parent 13b72c4 commit 832546f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/tidewave/configuration.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
class Tidewave
44
class Configuration
5-
attr_accessor :logger, :allow_remote_access, :preferred_orm, :dev, :client_url, :team,
6-
:logger_middleware
5+
attr_accessor :logger, :allow_remote_access, :preferred_orm, :dev, :client_url, :team, :logger_middleware
76

87
def initialize
98
# Rails has a hosts middleware which already checks for this

0 commit comments

Comments
 (0)