Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 13, 2025
1 parent bf9fb53 commit 3c330c9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ func appExport(
appOpts servertypes.AppOptions,
modulesToExport []string,
) (servertypes.ExportedApp, error) {
viperAppOpts, ok := appOpts.(*viper.Viper)
if !ok {
return servertypes.ExportedApp{}, errors.New("appOpts is not viper.Viper")
}

var bApp *app.App
if height != -1 {
bApp = app.New(logger, db, traceStore, false, appOpts)
Expand Down

0 comments on commit 3c330c9

Please sign in to comment.