Skip to content

Commit

Permalink
fix: drop unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 19, 2024
1 parent 8f4a91a commit f0d2beb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/jira.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ import { raise } from './util';

export class Jira {
readonly api: Version2Client;
readonly fields = {
storyPoints: 'customfield_12310243',
priority: 'priority',
severity: 'customfield_12316142',
};
readonly baseJQL = 'Project = RHEL AND statusCategory = "To Do"';
JQL = '';

Expand Down

0 comments on commit f0d2beb

Please sign in to comment.