summaryrefslogtreecommitdiff
path: root/app/channels/awareness_channel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/channels/awareness_channel.rb')
-rw-r--r--app/channels/awareness_channel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/channels/awareness_channel.rb b/app/channels/awareness_channel.rb
index cf85e4b3d33..cf7ba0e5aaf 100644
--- a/app/channels/awareness_channel.rb
+++ b/app/channels/awareness_channel.rb
@@ -15,7 +15,7 @@ class AwarenessChannel < ApplicationCable::Channel # rubocop:disable Gitlab/Name
private_class_method :refresh_interval
# keep clients updated about session membership
- periodically every: self.refresh_interval do
+ periodically every: refresh_interval do
transmit payload
end