File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1940,7 +1940,7 @@ EXTERNAL SOURCES:
19401940
19411941CHECKOUT OPTIONS:
19421942 AkilesSDK:
1943- :commit: 018b50798f340e32e344baa81619a00c292342bb
1943+ :commit: db1dbad885572a12616925a9c8637b0a523da365
19441944 :git: https://github.com/akiles/akiles-ios.git
19451945
19461946SPEC CHECKSUMS:
Original file line number Diff line number Diff line change @@ -62,12 +62,7 @@ - (instancetype)init
6262
6363- (NSDictionary *)errorResultFromNSError : (NSError *)error
6464{
65- return @{
66- @" error" : @{
67- @" code" : NSStringFromErrorCode((ErrorCode)error.code ),
68- @" description" : error.localizedDescription ?: @" Unknown error"
69- }
70- };
65+ return NSDictionaryFromNSError(error);
7166}
7267
7368- (NSDictionary *)successResultWithData : (id )data
You can’t perform that action at this time.
0 commit comments