mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-28 16:32:46 +02:00
Remove ineffectual assignments
This commit is contained in:
@ -85,6 +85,9 @@ func Load() (*Config, error) {
|
||||
configuro.WithLoadFromConfigFile("/etc/ghostream/ghostream.yml", false),
|
||||
configuro.WithEnvConfigPathOverload("GHOSTREAM_CONFIG"),
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Load default configuration
|
||||
cfg := New()
|
||||
|
Reference in New Issue
Block a user