Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvdmerwe committed Mar 23, 2016
1 parent b1a2beb commit d48e48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => {
Console.WriteLine ($"GCM Notification Failed: ID={n.MessageId}, Desc={e.Description}");
}

} else if (ex is DeviceSubscriptonExpiredException) {
var expiredException = (DeviceSubscriptonExpiredException)ex;
} else if (ex is DeviceSubscriptionExpiredException) {
var expiredException = (DeviceSubscriptionExpiredException)ex;

var oldId = expiredException.OldSubscriptionId;
var newId = expiredException.NewSubscriptionId;
Expand Down

0 comments on commit d48e48e

Please sign in to comment.