mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
Replace in agents utils.ToJSON with utils.ToIJSON
This commit is contained in:
committed by
Dan Christian Bogos
parent
f36fd275ef
commit
d0d09240da
@@ -75,7 +75,7 @@ type AgentRequest struct {
|
||||
|
||||
// String implements engine.DataProvider
|
||||
func (ar *AgentRequest) String() string {
|
||||
return utils.ToJSON(ar)
|
||||
return utils.ToIJSON(ar)
|
||||
}
|
||||
|
||||
// RemoteHost implements engine.DataProvider
|
||||
|
||||
Reference in New Issue
Block a user