Commit d31205c
committed
update nullability of an existing dictionary
* Now that the OneSignalClientError type contains a nullable responseHeaders property, there is no need to default a null dictionary to be an empty dictionary
* This default was recently added to prevent a crash that is no longer an issue after these changes.1 parent a2c011f commit d31205c
File tree
1 file changed
+1
-1
lines changed- iOS_SDK/OneSignalSDK/OneSignalCore/Source/API
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments