Skip to content

Commit e99bc31

Browse files
committed
squash: a little cleanup
1 parent c29b6c4 commit e99bc31

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

workspaces/bulk-import/plugins/bulk-import-backend/src/gitlab/utils/glUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function buildGitlab(
4545
errors?: Map<number, GitlabFetchError>;
4646
},
4747
baseUrl: string = GITLAB_BASEURL_ENDPOINT,
48-
): any | undefined {
48+
): any {
4949
const apiThing = new Gitlab({
5050
host: baseUrl,
5151
token: input.credential.token,

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

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

2727
import { Gitlab } from '@gitbeaker/rest';
28-
import gitUrlParse from 'git-url-parse';
2928

3029
import { logErrorIfNeeded } from '../../helpers';
3130
import type { CustomGitlabCredentialsProvider } from '../GitlabAppManager';

0 commit comments

Comments
 (0)