mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Clean up DispatcherS
This commit is contained in:
committed by
Dan Christian Bogos
parent
e23759b4a8
commit
7db65ca62c
@@ -222,9 +222,6 @@ func NewDispatcherService(val any) (_ IntService, err error) {
|
||||
case strings.HasPrefix(m, utils.ConfigS):
|
||||
m = strings.TrimPrefix(m, utils.ConfigS)
|
||||
key = utils.ConfigS
|
||||
case strings.HasPrefix(m, utils.DispatcherS):
|
||||
m = strings.TrimPrefix(m, utils.DispatcherS)
|
||||
key = utils.DispatcherS
|
||||
case strings.HasPrefix(m, utils.GuardianS):
|
||||
m = strings.TrimPrefix(m, utils.GuardianS)
|
||||
key = utils.GuardianS
|
||||
|
||||
Reference in New Issue
Block a user