Skip to content

Commit

Permalink
Removing the unused Parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Nov 8, 2023
1 parent 8e10a70 commit 05432aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/signup/service/signup_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ func (s *ServiceImpl) DoGetSignup(ctx *gin.Context, provider ResourceProvider, u
signupResponse.ProxyURL = status.Status.HostRoutes.ProxyURL
for _, member := range status.Status.Members {
if member.ClusterName == mur.Status.UserAccounts[0].Cluster.Name {
signupResponse.ConsoleURL = member.MemberStatus.Routes.ConsoleURL
signupResponse.CheDashboardURL = member.MemberStatus.Routes.CheDashboardURL
signupResponse.APIEndpoint = member.APIEndpoint
signupResponse.ClusterName = member.ClusterName
break
}
Expand Down

0 comments on commit 05432aa

Please sign in to comment.