features/login-response #16

Merged
jtom38 merged 2 commits from features/login-response into main 2024-04-12 15:44:36 -07:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit baec55b8a9 - Show all commits

View File

@ -16,7 +16,7 @@ func NewEnvConfig() domain.EnvConfig {
log.Println(err)
}
disableMigrations, err := strconv.ParseBool(os.Getenv("DisableMigrationsOnStartup"))
disableMigrations, err := strconv.ParseBool(os.Getenv("DisableMigrationsOnStartup"))
if err != nil {
disableMigrations = false
}

View File