there is no need to nil the app.settings on ResetBootstrapState

This commit is contained in:
Gani Georgiev
2023-09-01 12:56:49 +03:00
parent 58401459bf
commit 78e70bd52b
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -375,7 +375,6 @@ func (app *BaseApp) ResetBootstrapState() error {
app.dao = nil
app.logsDao = nil
app.settings = nil
return nil
}