mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Fix load function in stordbcfg
This commit is contained in:
committed by
Dan Christian Bogos
parent
74db72a64c
commit
ee8b95e7dd
@@ -152,7 +152,7 @@ func (dbcfg *StorDbCfg) loadFromJSONCfg(jsnDbCfg *DbJsonCfg) (err error) {
|
||||
if jsnDbCfg.Opts != nil {
|
||||
err = dbcfg.Opts.loadFromJSONCfg(jsnDbCfg.Opts)
|
||||
}
|
||||
return nil
|
||||
return
|
||||
}
|
||||
|
||||
func (StorDbCfg) SName() string { return StorDBJSON }
|
||||
|
||||
Reference in New Issue
Block a user