Skip to content

Commit

Permalink
fix: import statements in fetch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-titarenko committed Oct 24, 2024
1 parent a4ef708 commit a83b036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { join } from '../utils/join'
import { parseUploadPackResponse } from '../wire/parseUploadPackResponse'
import { _readObject as readObject } from '../storage/readObject'
import { splitLines } from '../utils/splitLines'
import { stripCredentialsFromUrl } from 'git-essentials/utils/url'
import { stripCredentialsFromUrl } from '../utils/url'
import { writeUploadPackRequest } from '../wire/writeUploadPackRequest'

type FetchParams = {
Expand Down

0 comments on commit a83b036

Please sign in to comment.