Remove unused object format result field

This commit is contained in:
Yashwanth Anantharaju
2026-05-29 13:36:32 -04:00
parent 4823ef7dde
commit b517d3148c
-1
View File
@@ -12,7 +12,6 @@ import {getServerApiUrl} from './url-helper'
const IS_WINDOWS = process.platform === 'win32'
export interface RepositoryObjectFormatResult {
defaultBranch?: string
format: string
succeeded: boolean
}