mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
save *asap action timings with empty account id list
This commit is contained in:
@@ -217,6 +217,9 @@ func (at *ActionTiming) getActions() (as []*Action, err error) {
|
||||
}
|
||||
|
||||
func (at *ActionTiming) Execute() (err error) {
|
||||
if len(at.AccountIds) == 0 { // nothing to do if no accounts set
|
||||
return
|
||||
}
|
||||
at.resetStartTimeCache()
|
||||
aac, err := at.getActions()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user