Skip to content

Commit

Permalink
removed unwanted override
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoLeung committed Apr 6, 2024
1 parent 9d295fd commit 583aa06
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ class MessageReactionCountUpdated {
});
factory MessageReactionCountUpdated.fromJson(Map<String, dynamic> json) =>
_$MessageReactionCountUpdatedFromJson(json);
@override
Map<String, dynamic> toJson() => _$MessageReactionCountUpdatedToJson(this);
}
1 change: 0 additions & 1 deletion lib/src/telegram/models/message_reaction_updated.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ class MessageReactionUpdated {
});
factory MessageReactionUpdated.fromJson(Map<String, dynamic> json) =>
_$MessageReactionUpdatedFromJson(json);
@override
Map<String, dynamic> toJson() => _$MessageReactionUpdatedToJson(this);
}
1 change: 0 additions & 1 deletion lib/src/telegram/models/reaction_count.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ class ReactionCount {
});
factory ReactionCount.fromJson(Map<String, dynamic> json) =>
_$ReactionCountFromJson(json);
@override
Map<String, dynamic> toJson() => _$ReactionCountToJson(this);
}

0 comments on commit 583aa06

Please sign in to comment.