This is an automated email from the ASF dual-hosted git repository.

lynwee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 55b1f17cf fix: build error due to bitbucket api error (#6915)
55b1f17cf is described below

commit 55b1f17cf962f2a763141692f5eca28ef77e48d5
Author: abeizn <[email protected]>
AuthorDate: Mon Feb 5 11:54:05 2024 +0800

    fix: build error due to bitbucket api error (#6915)
---
 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]

Reply via email to