mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23:25 +01:00
[cleanup]: removed unused code which was replaced by UI input text field in sources tab
This commit is contained in:
@@ -159,6 +159,8 @@ final class FetchSourceOperation: ResultOperation<Source>
|
||||
userInfo[NSDebugDescriptionErrorKey] = pathDescription
|
||||
}
|
||||
|
||||
// @mahee96: Need to account for invalid/missing json fields error
|
||||
// and show meaningful message to user instead of just showing decoder error
|
||||
throw NSError(domain: nsError.domain, code: nsError.code, userInfo: userInfo)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user