mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated tests in SharedGroup
This commit is contained in:
committed by
Dan Christian Bogos
parent
1db6f91ad5
commit
66477fd97c
@@ -71,6 +71,9 @@ func (sg *SharedGroup) Clone() (sharedGroup *SharedGroup) {
|
||||
|
||||
//Clone clones *SharingParameters
|
||||
func (sp *SharingParameters) Clone() *SharingParameters {
|
||||
if sp == nil {
|
||||
return nil
|
||||
}
|
||||
return &SharingParameters{
|
||||
Strategy: sp.Strategy,
|
||||
RatingSubject: sp.RatingSubject,
|
||||
|
||||
Reference in New Issue
Block a user