Skip to content

Commit 7db213c

Browse files
committed
feat(bulk-import): add OctokitResponse type import for improved type handling
Signed-off-by: Dominik Augustín <daugusti@redhat.com>
1 parent a957d2f commit 7db213c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • workspaces/bulk-import/plugins/bulk-import-backend/src/github/utils

workspaces/bulk-import/plugins/bulk-import-backend/src/github/utils/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import {
2525
} from '@backstage/integration';
2626

2727
import { Octokit } from '@octokit/rest';
28+
import { OctokitResponse } from '@octokit/types';
2829
import gitUrlParse from 'git-url-parse';
2930

3031
import { logErrorIfNeeded } from '../../helpers';

0 commit comments

Comments
 (0)