mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added cores package and tests for caps
This commit is contained in:
committed by
Dan Christian Bogos
parent
eb57017632
commit
568df81745
@@ -70,7 +70,7 @@ func (sg *SharedGroup) Clone() (sharedGroup *SharedGroup) {
|
||||
if sg.MemberIds != nil {
|
||||
sharedGroup.MemberIds = sg.MemberIds.Clone()
|
||||
}
|
||||
for id, _ := range sg.AccountParameters {
|
||||
for id := range sg.AccountParameters {
|
||||
sharedGroup.AccountParameters[id] = sg.AccountParameters[id].Clone()
|
||||
}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user