-
Some checks failed
Lint / Lint (push) Failing after 43s
Deploy / CreateImage (push) Failing after 4s
Deploy / DeployService (push) Has been skipped

This commit is contained in:
Pasha 2024-12-09 15:35:37 +03:00
parent 74e86a793a
commit 0ad3e3ded3

@ -68,7 +68,7 @@ func loadConfig() (*models.Config, error) {
var config models.Config
if err := env.Parse(&config); err != nil {
log.Fatalf("failed to parse environment variables: %v", err)
return nil, err
}
return &config, nil