Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb706e8

Browse files
Rename repo_type to repoType
1 parent0e7debc commiteb706e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pkg/github/organizations.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ func ListRepositories(client *github.Client, t translations.TranslationHelperFun
4848
},
4949
}
5050

51-
repo_type,err:=OptionalParam[string](request,"type")
51+
repoType,err:=OptionalParam[string](request,"type")
5252
iferr!=nil {
5353
returnmcp.NewToolResultError(err.Error()),nil
5454
}
55-
ifrepo_type!="" {
56-
opts.Type=repo_type
55+
ifrepoType!="" {
56+
opts.Type=repoType
5757
}
5858
sort,err:=OptionalParam[string](request,"sort")
5959
iferr!=nil {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp