Attempting to fetch card content of a specific type (ex: Issue ) would result in a 404 if the card didn't have that content (ex. if the card was a PullRequest). This patch fetches the content without specifying type and then checks its type directly in code.
Attempting to fetch card content of a specific type (ex:
Issue
) would result in a 404 if the card didn't have that content (ex. if the card was aPullRequest
). This patch fetches the content without specifying type and then checks its type directly in code.