We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fefbc commit 695e1e7Copy full SHA for 695e1e7
Sources/WebPush/Push Message/Notification.swift
@@ -547,7 +547,7 @@ extension PushMessage {
547
public enum CodingKeys: String, CodingKey {
548
case id = "action"
549
case label = "title"
550
- case destination = "navigation"
+ case destination = "navigate"
551
case icon
552
}
553
0 commit comments