Commit ee0d936
committed
Change OSPushSubscriptionState's "nil" json values to be ""
* The dictionary representation of the OSPushSubscriptionState would be better as empty strings instead of the string literal "nil".
* This way, it is easier to check for the emptiness of these properties.1 parent 8f47b6f commit ee0d936
File tree
1 file changed
+2
-2
lines changed- iOS_SDK/OneSignalSDK/OneSignalUser/Source
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments