Skip to content

Commit ac1ce72

Browse files
committed
fix: update sdk
1 parent 610b22e commit ac1ce72

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ EXTERNAL SOURCES:
19401940

19411941
CHECKOUT OPTIONS:
19421942
AkilesSDK:
1943-
:commit: 018b50798f340e32e344baa81619a00c292342bb
1943+
:commit: db1dbad885572a12616925a9c8637b0a523da365
19441944
:git: https://github.com/akiles/akiles-ios.git
19451945

19461946
SPEC CHECKSUMS:

ios/AkilesAdapter.mm

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)