Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reivaj05 committed Jun 9, 2022
1 parent ad82520 commit 4037fd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion operatorapi/configure_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func configureAPI(api *operations.OperatorAPI) http.Handler {
registerVolumesHandlers(api)
// Namespaces handlers
registerNamespaceHandlers(api)
// Namespaces handlers
registerMarketplaceHandlers(api)

api.PreServerShutdown = func() {}
Expand Down
2 changes: 0 additions & 2 deletions operatorapi/marketplace.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ var (
emailNotSetMsg = "Email was not sent in request"
)

// Add unit tests

func registerMarketplaceHandlers(api *operations.OperatorAPI) {
api.OperatorAPIGetMPIntegrationHandler = operator_api.GetMPIntegrationHandlerFunc(func(params operator_api.GetMPIntegrationParams, session *models.Principal) middleware.Responder {
payload, err := getMPIntegrationResponse(session, params)
Expand Down

0 comments on commit 4037fd9

Please sign in to comment.