HN job posts don’t allow comments and always return “No such item” from the API. This currently causes loadPostsWithUrlAddition:completion: to return a single comment with nil properties. This instead returns a nil object and avoids the network request.
HN job posts don’t allow comments and always return “No such item” from the API. This currently causes
loadPostsWithUrlAddition:completion:
to return a single comment with nil properties. This instead returns a nil object and avoids the network request.