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
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
/golangci-webPublic archive

Commit365ed88

Browse files
committed
s/analysisGuid/analysisGuid in API request
1 parent3ecd409 commit365ed88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/modules/analyzes/index.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function* doFetchAnalysis({prNumber, owner, name, analysisGuid}: any) {
153153
`/v1/repos/github.com/${owner}/${name}/pulls/${prNumber}` :
154154
`/v1/repos/github.com/${owner}/${name}/repoanalyzes`;
155155
if(analysisGuid){
156-
apiUrl+=`?analysisGUID=${analysisGuid}`;
156+
apiUrl+=`?analysisguid=${analysisGuid}`;
157157
}
158158

159159
constresp=yieldcall(makeApiGetRequest,apiUrl,state.auth.cookie);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp