Skip to content

Commit

Permalink
Fixed #71.
Browse files Browse the repository at this point in the history
  • Loading branch information
anisalibegic committed Sep 30, 2021
1 parent 00a3cb7 commit 6f5a286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/json_hub_protocol.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class JsonHubProtocol implements HubProtocol {
logging!(
LogLevel.information,
'Unknown message type \'' +
parsedMessage!.type.toString() +
messageType.toString() +
'\' ignored.');
continue;
}
Expand Down

0 comments on commit 6f5a286

Please sign in to comment.