Skip to content

Commit

Permalink
Update clients/tabby-chat-panel/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Meng Zhang <meng@tabbyml.com>
  • Loading branch information
liangfung and wsxiaoys authored Dec 18, 2024
1 parent d615a44 commit a38b499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-chat-panel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export interface ClientApiMethods {
openInEditor: (target: FileLocation) => Promise<boolean>

// Provide all repos found in workspace folders.
provideWorkspaceGitRepoInfo?: () => Promise<GitRepoInfo[]>
readWorkspaceGitRepositories?: () => Promise<GitRepoInfo[]>
}

export interface ClientApi extends ClientApiMethods {
Expand Down

0 comments on commit a38b499

Please sign in to comment.