mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Merge branch 'master' into shared_balances
This commit is contained in:
@@ -114,7 +114,7 @@ func ConfigureLogStorage(db_type, host, port, name, user, pass, marshaler string
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return db.(LogStorage), nil
|
||||
return d.(LogStorage), nil
|
||||
}
|
||||
|
||||
func ConfigureLoadStorage(db_type, host, port, name, user, pass, marshaler string) (db LoadStorage, err error) {
|
||||
|
||||
Reference in New Issue
Block a user