Skip to content

Commit

Permalink
Missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Nov 13, 2024
1 parent 073971a commit 15cad05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node-src/git/getParentCommits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import gql from 'fake-tag';

import { localBuildsSpecifier } from '../lib/localBuildsSpecifier';
import { Context } from '../types';
import { commitExists, execGitCommand } from './git';
import { execGitCommand } from './execGit';
import { commitExists } from './git';

export const FETCH_N_INITIAL_BUILD_COMMITS = 20;

Expand Down

0 comments on commit 15cad05

Please sign in to comment.