Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matehat committed May 1, 2023
1 parent c00eaaa commit ea9a52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/push.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Push {
void trigger(PushResponse response) {
_received = response;

if (_responseCompleter!.isCompleted) {
if (_responseCompleter.isCompleted) {
_logger
..warning('Push being completed more than once')
..warning(
Expand Down

0 comments on commit ea9a52a

Please sign in to comment.