From b517d3148c214e31fb0b169e796ef949d4d46f36 Mon Sep 17 00:00:00 2001 From: Yashwanth Anantharaju Date: Fri, 29 May 2026 13:36:32 -0400 Subject: [PATCH] Remove unused object format result field --- src/github-api-helper.ts | 1 - 1 file changed, 1 deletion(-) 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 }