mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
WTF-400 Fix wrong YAML identifier for some modules
This commit is contained in:
parent
fcbfd8e9a7
commit
0790493c53
@ -20,7 +20,7 @@ type Settings struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
|
func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
|
||||||
localConfig, _ := ymlConfig.Get("wtf.mods.todo")
|
localConfig, _ := ymlConfig.Get("wtf.mods.blockfolio")
|
||||||
|
|
||||||
settings := Settings{
|
settings := Settings{
|
||||||
common: cfg.NewCommonSettingsFromYAML(ymlConfig),
|
common: cfg.NewCommonSettingsFromYAML(ymlConfig),
|
||||||
|
@ -16,7 +16,7 @@ type Settings struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
|
func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
|
||||||
localConfig, _ := ymlConfig.Get("wtf.mods.todo")
|
localConfig, _ := ymlConfig.Get("wtf.mods.datadog")
|
||||||
|
|
||||||
settings := Settings{
|
settings := Settings{
|
||||||
common: cfg.NewCommonSettingsFromYAML(ymlConfig),
|
common: cfg.NewCommonSettingsFromYAML(ymlConfig),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user