diff --git a/src/github-api-helper.ts b/src/github-api-helper.ts index 36a3d8a..bef31e6 100644 --- a/src/github-api-helper.ts +++ b/src/github-api-helper.ts @@ -12,7 +12,6 @@ import {getServerApiUrl} from './url-helper' const IS_WINDOWS = process.platform === 'win32' export interface RepositoryObjectFormatResult { - defaultBranch?: string format: string succeeded: boolean }