mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
Add *asap as accepted time to ApierV1.SetActionPlan
This commit is contained in:
committed by
Dan Christian Bogos
parent
01504c4fe6
commit
c3813ca3e0
@@ -652,7 +652,8 @@ func (self *ApierV1) SetActionPlan(attrs AttrSetActionPlan, reply *string) (err
|
||||
func verifyFormat(tStr string) bool {
|
||||
if tStr == utils.EmptyString ||
|
||||
tStr == utils.MetaEveryMinute ||
|
||||
tStr == utils.MetaHourly {
|
||||
tStr == utils.MetaHourly ||
|
||||
tStr == utils.ASAP {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user