Skip to content

Commit 334d27b

Browse files
graphql: fixed copy and paste refactoring
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 869fbed commit 334d27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql/lib/src/links/websocket_link/websocket_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class SocketSubProtocol {
156156
/// with subscriptions enabled use this library.
157157
/// N.B: not to be confused with the graphql-ws library that implement the
158158
/// old ws protocol.
159-
static const String graphqlTransportWs = GraphQLProtocol.graphqlWs;
159+
static const String graphqlTransportWs = GraphQLProtocol.graphqlTransportWs;
160160
}
161161

162162
/// graphql-ws: The new (not to be confused with the graphql-ws library).

0 commit comments

Comments
 (0)