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.
2 parents 8a11a84 + c70c200 commit 3efece5Copy full SHA for 3efece5
iOS_SDK/OneSignalSDK/OneSignalUser/Source/OSSubscriptionModel.swift
@@ -82,7 +82,7 @@ public class OSPushSubscriptionChangedState: NSObject {
82
}
83
84
@objc public func jsonRepresentation() -> NSDictionary {
85
- return ["from": previous.jsonRepresentation(), "to": current.jsonRepresentation()]
+ return ["previous": previous.jsonRepresentation(), "current": current.jsonRepresentation()]
86
87
88
0 commit comments