From 2e538757e45e328282b5d3636b4398154f0208ce Mon Sep 17 00:00:00 2001 From: Ameya Darshan Date: Fri, 19 Sep 2025 00:27:09 +0530 Subject: [PATCH] Edit graphql_channel.rb --- app/channels/graphql_channel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/channels/graphql_channel.rb b/app/channels/graphql_channel.rb index 8eb632254174fb..941272170ae91a 100644 --- a/app/channels/graphql_channel.rb +++ b/app/channels/graphql_channel.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: true +test# frozen_string_literal: true # This is based on https://github.com/rmosolgo/graphql-ruby/blob/v1.11.8/lib/graphql/subscriptions/action_cable_subscriptions.rb#L19-L82 # modified to work with our own ActionCableLink client -- GitLab