From 8228f6e154ed6b1884fab3fe5dc79a0552662d1b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 7 Dec 2022 09:07:12 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/channels/graphql_channel.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/channels') diff --git a/app/channels/graphql_channel.rb b/app/channels/graphql_channel.rb index d364cc2b64b..ae37be85da8 100644 --- a/app/channels/graphql_channel.rb +++ b/app/channels/graphql_channel.rb @@ -25,9 +25,7 @@ class GraphqlChannel < ApplicationCable::Channel # rubocop:disable Gitlab/Namesp # Track the subscription here so we can remove it # on unsubscribe. - if result.context[:subscription_id] - @subscription_ids << result.context[:subscription_id] - end + @subscription_ids << result.context[:subscription_id] if result.context[:subscription_id] transmit(payload) end -- cgit v1.2.3