cfg: make sessions jsoncfg object fields camelcase

This commit is contained in:
ionutboangiu
2025-11-25 12:37:44 +02:00
committed by Dan Christian Bogos
parent 292b97aa5b
commit f0b65f0797
35 changed files with 370 additions and 370 deletions

View File

@@ -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
}