Skip to content

Commit 28ec3eb

Browse files
rvidismitch-tofi
authored andcommitted
Update readme - syntax error (#2)
1 parent 5fed317 commit 28ec3eb

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
@@ -150,7 +150,7 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => {
150150

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

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

0 commit comments

Comments
 (0)