Skip to content

Commit

Permalink
chore(linter): fix hotfix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
invis-bitfly committed Jan 8, 2025
1 parent f156019 commit b83506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/commons/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func readConfigFile(cfg *types.Config, path string) error {

func readConfigEnv(cfg *types.Config) error {
return envconfig.ProcessWith(context.Background(), &envconfig.Config{
Target: cfg,
Target: cfg,
DefaultOverwrite: true,
})
}
Expand Down

0 comments on commit b83506c

Please sign in to comment.