[cleanup]: Added TODOs in the comments

This commit is contained in:
Magesh K
2024-12-13 15:26:11 +05:30
parent 3ea24fdfea
commit d045c0ed4d
5 changed files with 6 additions and 5 deletions

View File

@@ -159,8 +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
// TODO: @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)
}