This commit is contained in:
runzexia
2019-04-27 13:41:28 +08:00
parent e6fac5a574
commit 7996f88b96
2 changed files with 0 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ import (
"kubesphere.io/kubesphere/pkg/simple/client/devops_mysql"
)
func GetProjectMembers(projectId string, conditions *params.Conditions, orderBy string, reverse bool, limit int, offset int) (*models.PageableResponse, error) {
dbconn := devops_mysql.OpenDatabase()
memberships := make([]*DevOpsProjectMembership, 0)