Skip to content

Commit 0144acb

Browse files
phatblatrgoldberg
authored andcommitted
🔀 Fix merge mistake
1 parent a94feb2 commit 0144acb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎Sources/MasKit/Controllers/MasStoreSearch.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ class MasStoreSearch: StoreSearch {
7272
loadSearchResults(url)
7373
}.then { results -> Guarantee<SearchResult?> in
7474
guard let result = results.first else {
75-
return try JSONDecoder().decode(SearchResultList.self, from: data).results
76-
} catch {
7775
return .value(nil)
7876
}
7977

0 commit comments

Comments
 (0)