From d615a44c020d2be5a5fd9b4eaa452c2a2c230857 Mon Sep 17 00:00:00 2001 From: aliang Date: Wed, 18 Dec 2024 13:52:01 +0700 Subject: [PATCH] Update clients/tabby-chat-panel/src/index.ts Co-authored-by: Meng Zhang --- clients/tabby-chat-panel/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tabby-chat-panel/src/index.ts b/clients/tabby-chat-panel/src/index.ts index 93d79f32f976..fc27dbf5d9c7 100644 --- a/clients/tabby-chat-panel/src/index.ts +++ b/clients/tabby-chat-panel/src/index.ts @@ -181,7 +181,7 @@ export interface SymbolInfo { * Includes information about a git repository in workspace folder */ export interface GitRepository { - gitUrl: string + url: string } export interface ServerApi {