mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
cfg: make sessions jsoncfg object fields camelcase
This commit is contained in:
committed by
Dan Christian Bogos
parent
292b97aa5b
commit
f0b65f0797
@@ -78,7 +78,7 @@ func callSessions(ctx *context.Context, authDur, initDur, updateDur, terminateDu
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
brpc, err = utils.NewBiJSONrpcClient(tstCfg.SessionSCfg().ListenBijson, srv)
|
||||
brpc, err = utils.NewBiJSONrpcClient(tstCfg.SessionSCfg().ListenBiJSON, srv)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user