Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Oct 18, 2024
1 parent 70763e2 commit 26a09d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { when } from 'jest-when';

import { CreateCommitRecordAuthType, EnvVar } from '../../../common/consts';
import { validateConfig, getCreateCommitRecordAuthParams, getProjectId } from '../configUtils';
import { getEnvVar, envVarsListToObject } from '../../utils/utils';
import { getEnvVar } from '../../utils/utils';
import { generateRandomString } from './configUtils';
import { getOrCreateProjectId } from '../../../common/service';
import type { CIEnvVars } from '../ci/types';
Expand Down

0 comments on commit 26a09d8

Please sign in to comment.