Skip to content

Commit

Permalink
Update source/platforms/git/gitJSONToGitDSL.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored Aug 22, 2022
1 parent 413f75d commit cf1a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/git/gitJSONToGitDSL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface GitJSONToGitDSLConfig {
/** A promise which will return the string content of a file at a sha */
getFileContents: (path: string, repo: string | undefined, sha: string) => Promise<string>
/** A promise which will return the diff string content for a file between shas */
getFullDiff?: (base: string, head: string, staging: boolean) => Promise<string>
getFullDiff?: (base: string, head: string, staging?: boolean) => Promise<string>
getStructuredDiffForFile?: (base: string, head: string, filename: string) => Promise<GitStructuredDiff>
}

Expand Down

0 comments on commit cf1a816

Please sign in to comment.