mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
typo in consts.go - SCHEDULLER_NOT_RUNNING
should be SCHEDULER_NOT_RUNNING
This commit is contained in:
committed by
Dan Christian Bogos
parent
6f4e0775ef
commit
e7d946c4ec
@@ -382,7 +382,7 @@ const (
|
||||
ServiceAlreadyRunning = "service already running"
|
||||
RunningCaps = "RUNNING"
|
||||
StoppedCaps = "STOPPED"
|
||||
SchedulerNotRunningCaps = "SCHEDULLER_NOT_RUNNING"
|
||||
SchedulerNotRunningCaps = "SCHEDULER_NOT_RUNNING"
|
||||
MetaScheduler = "*scheduler"
|
||||
MetaSessionsCosts = "*sessions_costs"
|
||||
MetaRALs = "*rals"
|
||||
|
||||
Reference in New Issue
Block a user