Skip to content

Commit

Permalink
Update MarketKit to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Dec 6, 2023
1 parent 33b66fc commit e5667d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12564,7 +12564,7 @@
repositoryURL = "https://github.com/horizontalsystems/MarketKit.Swift";
requirement = {
kind = exactVersion;
version = 2.3.1;
version = 2.3.2;
};
};
D3604E7728F03B9F0066C366 /* XCRemoteSwiftPackageReference "ModuleKit.Swift" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ struct AmountDecimalParser {
formatter.usesGroupingSeparator = false
return formatter
}()
}

extension AmountDecimalParser {
func parseAnyDecimal(from string: String?) -> Decimal? {
if let string {
for localeIdentifier in Locale.availableIdentifiers {
Expand Down

0 comments on commit e5667d9

Please sign in to comment.