mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update Dispatcher in Apier
This commit is contained in:
committed by
Dan Christian Bogos
parent
7376b3f164
commit
eabaec98e6
@@ -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
|
||||
|
||||
@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
package dispatcher
|
||||
|
||||
import (
|
||||
"github.com/cgrates/cgrates/engine"
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user