Skip to content

Commit

Permalink
feat(graphql): formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
vytautas-pranskunas- committed Mar 15, 2023
1 parent f98e858 commit 7757b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class SocketClient {
await _messages.firstWhere(
(message) => message.type == MessageTypes.connectionAck);
_connectionStateController.add(SocketConnectionState.connected);
print('Connected to websocket.');
print('Connected to websocket.');
}

if (config.inactivityTimeout != null) {
Expand Down

0 comments on commit 7757b8b

Please sign in to comment.