diff --git a/apier/v1/dispatcher.go b/apier/v1/dispatcher.go index cd3119c3b..aba78789c 100755 --- a/apier/v1/dispatcher.go +++ b/apier/v1/dispatcher.go @@ -197,7 +197,7 @@ func (dS *DispatcherSessionSv1) UpdateSession(args *dispatcher.UpdateSessionWith } func NewDispatcherChargerSv1(dps *dispatcher.DispatcherService) *DispatcherChargerSv1 { - return &DispatcherSessionSv1{dC: dps} + return &DispatcherChargerSv1{dC: dps} } // Exports RPC from RLs diff --git a/dispatcher/chargers.go b/dispatcher/chargers.go index aa6aa4e98..435e09a15 100755 --- a/dispatcher/chargers.go +++ b/dispatcher/chargers.go @@ -19,7 +19,6 @@ along with this program. If not, see package dispatcher import ( - "github.com/cgrates/cgrates/engine" "github.com/cgrates/cgrates/utils" )