mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Updated Accounts
This commit is contained in:
committed by
Dan Christian Bogos
parent
6d9585b1ff
commit
167f7c0a4a
@@ -941,7 +941,7 @@ func (iDB *InternalDB) GetAccountProfileDrv(tenant, id string) (ap *utils.Accoun
|
||||
if !ok || x == nil {
|
||||
return nil, utils.ErrNotFound
|
||||
}
|
||||
return x.(*utils.AccountProfile), nil
|
||||
return x.(*utils.AccountProfile).Clone(), nil
|
||||
}
|
||||
|
||||
func (iDB *InternalDB) SetAccountProfileDrv(ap *utils.AccountProfile) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user