Skip to content

Commit 864ede0

Browse files
authored
Merge pull request #843 from PaitoAnderson/patch-2
Typo in README.md
2 parents 4bf347f + 98635f0 commit 864ede0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => {
156156

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

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

0 commit comments

Comments
 (0)