This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch fix-build-error
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/fix-build-error by this push:
new 05831794a fix: build error due to bitbucket api error
05831794a is described below
commit 05831794a2574fe2faa7aa0d6fa186b4ce1ca546
Author: abeizn <[email protected]>
AuthorDate: Mon Feb 5 11:04:37 2024 +0800
fix: build error due to bitbucket api error
---
backend/plugins/bitbucket/api/scope_api.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/plugins/bitbucket/api/scope_api.go
b/backend/plugins/bitbucket/api/scope_api.go
index 13fddfe2e..92ce512ee 100644
--- a/backend/plugins/bitbucket/api/scope_api.go
+++ b/backend/plugins/bitbucket/api/scope_api.go
@@ -93,7 +93,7 @@ func GetScopeDispatcher(input *plugin.ApiResourceInput)
(*plugin.ApiResourceOutp
// @Tags plugins/bitbucket
// @Param connectionId path int true "connection ID"
// @Param scopeId path string true "repo ID"
-// @Success 200 {object} ScopeRes
+// @Success 200 {object} ScopeDetail
// @Failure 400 {object} shared.ApiBody "Bad Request"
// @Failure 500 {object} shared.ApiBody "Internal Error"
// @Router /plugins/bitbucket/connections/{connectionId}/scopes/{scopeId} [GET]