mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Add SetStatQueueProfile in Datamanager
This commit is contained in:
committed by
Dan Christian Bogos
parent
55f7ad1151
commit
e4ae3e0a28
@@ -2049,7 +2049,7 @@ func (tpr *TpReader) WriteToDatabase(flush, verbose, disable_reverse bool) (err
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if err = tpr.dm.DataDB().SetStatQueueProfile(st); err != nil {
|
||||
if err = tpr.dm.SetStatQueueProfile(st); err != nil {
|
||||
return err
|
||||
}
|
||||
if verbose {
|
||||
|
||||
Reference in New Issue
Block a user