Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Nov 25, 2024
1 parent 6ee6915 commit e36fa77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/commands/jira/ghexport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import * as jsYaml from 'js-yaml';
import Command from '../../base';
import esClient from '../../utils/es/esClient';

import jira2md from 'jira2md';

import fetchAllIssues from '../../utils/import/fetchAllIssues';
import checkConfig from '../../utils/import/checkConfig';
import getHeader from '../../utils/import/getHeader';
Expand Down
1 change: 0 additions & 1 deletion src/commands/jira/issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Command from '../../base';
import esClient from '../../utils/es/esClient';
import chunkArray from '../../utils/misc/chunkArray';
import { getId } from '../../utils/misc/getId';
import fetchAllIssues from '../../utils/import/fetchAllIssues';

import {
ESIndexSources,
Expand Down

0 comments on commit e36fa77

Please sign in to comment.