Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed Aug 30, 2023
1 parent 8a3c9b0 commit dda91f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/providers/fcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl PushProvider for FcmProvider {
e => Err(Error::FcmResponse(e)),
}
} else {
// Note: No Errors in the response, this request was good
Ok(())
}
}
Expand Down

0 comments on commit dda91f1

Please sign in to comment.