Skip to content

Commit

Permalink
chore(jira): remove invalid field in JiraIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Jul 9, 2020
1 parent 60a4b4d commit 7b65a63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/issue-tracker/jira/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export interface JiraIssue {
renderedFields: {
description?: string;
};
sanitizedSummary: string;
transitions: IssueTransition[];
url: string;
}
Expand Down

0 comments on commit 7b65a63

Please sign in to comment.