Skip to content

Commit

Permalink
minor code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshub024 committed Feb 26, 2024
1 parent afe1173 commit 9f1fcd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MiraiNetworkRequestParser extends MiraiActionParser<MiraiNetworkRequest> {

if (response?.statusCode != null) {
final result = model.results.firstWhere(
(element) => response?.statusCode == element.statusCode,
(element) => element.statusCode == response?.statusCode,
);

if (context.mounted) {
Expand Down

0 comments on commit 9f1fcd7

Please sign in to comment.