Skip to content

Commit

Permalink
kick
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Nov 7, 2023
1 parent 9ac9838 commit c5a4255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ class NavigationInfo {

String? get routeDescription =>
// ignore: unnecessary_non_null_assertion, causing error on bots, but not
// locally. Need to investigate.
// locally. Need to investigate further.
_route == null ? null : _route!['description'];
}

Expand Down

0 comments on commit c5a4255

Please sign in to comment.