Skip to content

Commit

Permalink
Merge pull request #72 from anisalibegic/main
Browse files Browse the repository at this point in the history
Fixed #71.
  • Loading branch information
jamiewest authored Oct 13, 2021
2 parents 00a3cb7 + 6f5a286 commit a5d5499
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 a5d5499

Please sign in to comment.