Skip to content

Commit a56a363

Browse files
committed
apn sender tester fixes
1 parent 416313a commit a56a363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CorePush.Tester/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private static async Task SendApnNotificationAsync()
5353
notification = new { body = "Hello World!" }
5454
};
5555

56-
await apn.SendAsync(payload,);
56+
await apn.SendAsync(payload, apnDeviceToken);
5757
}
5858

5959
private static async Task SendFcmNotificationAsync()

0 commit comments

Comments
 (0)