mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
corrected syntax error
This commit is contained in:
@@ -76,7 +76,7 @@ func loadActionTimings(storage timespans.StorageGetter) {
|
||||
for i, at := range ats {
|
||||
toBeSaved = toBeSaved || at.CheckForASAP()
|
||||
if at.IsOneTimeRun() {
|
||||
timespans.Logger.Info(fmt.Sprintf("Time for one time action on %v", at)
|
||||
timespans.Logger.Info(fmt.Sprintf("Time for one time action on %v", at))
|
||||
go at.Execute()
|
||||
// remove it from list
|
||||
ats = append(ats[:i], ats[i+1:]...)
|
||||
|
||||
Reference in New Issue
Block a user