Skip to content

Commit

Permalink
Merge pull request Redth#668 from 1158626753/patch-2
Browse files Browse the repository at this point in the history
Update ApnsNotification.cs
  • Loading branch information
Redth committed Mar 29, 2016
2 parents 70c1b6e + 53e2dfd commit 28a20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PushSharp.Apple/ApnsNotification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public override string ToString ()
{
try {
if (Payload != null)
return Payload.ToString ();
return Payload.ToString(Newtonsoft.Json.Formatting.None);
} catch {
}

Expand Down

0 comments on commit 28a20cc

Please sign in to comment.