mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
added lcr storage methods
This commit is contained in:
@@ -219,7 +219,7 @@ func (csvr *CSVReader) WriteToDatabase(flush, verbose bool) (err error) {
|
||||
log.Print("Shared groups")
|
||||
}
|
||||
for k, sg := range csvr.sharedGroups {
|
||||
err = accountingStorage.SetSharedGroup(k, sg)
|
||||
err = accountingStorage.SetSharedGroup(sg)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user