This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Commit 42b00d8
committed
Use
Instead of `NSError`. This way, we'll be able to pass the error to the
`WordPressComRESTAPIInterfacing` version without needing to make any
conversion.
As far as I could see, the only consumer already worked in terms of
`Error`.
https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/blob/30aada20beb9e0871f4da35a5634501536898b3b/WordPressAuthenticator/Services/WordPressComAccountService.swift#L31-L44Error in connect|disconnect methods in AccountServiceRemoteREST
1 parent cbc5661 commit 42b00d8
File tree
1 file changed
+2
-2
lines changed- Sources/WordPressKit/Services
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments