Skip to content

Commit b61e32a

Browse files
graphql: fixed copy and paste refactoring
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 360616d commit b61e32a

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
/// ALL protocol supported by the library

0 commit comments

Comments
 (0)