Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Dec 19, 2024
1 parent 42750b8 commit bbcd053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,9 @@ func (app *BabylonApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.AP

// todo(lazar): either remove the corresponding code or move it to a different pkg within bbn repo
// register swagger API from root so that other applications can override easily
//if apiConfig.Swagger {
// if apiConfig.Swagger {
// docs.RegisterOpenAPIService(apiSvr.Router)
//}
// }
}

// RegisterTxService implements the Application.RegisterTxService method.
Expand Down

0 comments on commit bbcd053

Please sign in to comment.