diff --git a/app/channels/graphql_channel.rb b/app/channels/graphql_channel.rb index 8eb632254174fb4bf4244c60bfa6dd44a2a976c9..941272170ae91abe438e7014df69210286b91bf0 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