Skip to content

Commit

Permalink
Merge pull request Redth#843 from PaitoAnderson/patch-2
Browse files Browse the repository at this point in the history
Typo in README.md
  • Loading branch information
Redth authored Aug 8, 2018
2 parents 4bf347f + 98635f0 commit 864ede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => {

Console.WriteLine ($"Device RegistrationId Expired: {oldId}");

if (!string.IsNullOrWhitespace (newId)) {
if (!string.IsNullOrWhiteSpace (newId)) {
// If this value isn't null, our subscription changed and we should update our database
Console.WriteLine ($"Device RegistrationId Changed To: {newId}");
}
Expand Down

0 comments on commit 864ede0

Please sign in to comment.