isIssueAlreadyPosted method

bool isIssueAlreadyPosted(
  1. Issue issue
)

Implementation

bool isIssueAlreadyPosted(Issue issue) {
  return issue.wasPosted;
}