Skip to content

Commit 66a5699

Browse files
committed
remove mock data
1 parent d77ae13 commit 66a5699

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkg/github/tools.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,8 @@ func GetDefaultToolsetIDs() []string {
163163
// DeprecatedToolAliases maps old tool names to their new canonical names.
164164
// This allows tool renames without breaking existing user configurations.
165165
// When a user requests an old tool name, it will silently resolve to the new name.
166-
var DeprecatedToolAliases = map[string]string{
167-
"test_1": "get_me",
168-
"test_2": "get_me",
169-
}
166+
// Example: "get_issue" : "issue_read"
167+
var DeprecatedToolAliases = map[string]string{}
170168

171169
func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetGQLClientFn, getRawClient raw.GetRawClientFn, t translations.TranslationHelperFunc, contentWindowSize int, flags FeatureFlags, cache *lockdown.RepoAccessCache) *toolsets.ToolsetGroup {
172170
tsg := toolsets.NewToolsetGroup(readOnly)

0 commit comments

Comments
 (0)