Skip to content

Commit

Permalink
πŸ”€ Fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 18, 2024
1 parent c77a089 commit aaf2a5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/MasKit/Controllers/MasStoreSearch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ class MasStoreSearch: StoreSearch {
loadSearchResults(url)
}.then { results -> Guarantee<SearchResult?> in
guard let result = results.first else {
return try JSONDecoder().decode(SearchResultList.self, from: data).results
} catch {
return .value(nil)
}

Expand Down

0 comments on commit aaf2a5a

Please sign in to comment.