From bbcd053d35fb9d6673059bbffc6348d630a56e94 Mon Sep 17 00:00:00 2001 From: Lazar Date: Thu, 19 Dec 2024 14:50:52 +0100 Subject: [PATCH] lint --- app/app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app.go b/app/app.go index 69c9628c..33ce9d9c 100644 --- a/app/app.go +++ b/app/app.go @@ -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.