divisionsSerialized가 잘못 덮어씌어진 문제 수정
This commit is contained in:
@ -282,7 +282,6 @@ func (sh *serviceDescription) prepare(mg *Maingate) error {
|
||||
sh.getProviderInfo = mg.getProviderInfo
|
||||
|
||||
sh.wl = &mg.wl
|
||||
sh.divisionsSerialized, _ = json.Marshal(sh)
|
||||
sh.serviceSummarySerialized, _ = json.Marshal(sh.ServiceDescriptionSummary)
|
||||
|
||||
logger.Println("service is ready :", sh.ServiceCode, string(sh.divisionsSerialized))
|
||||
|
||||
Reference in New Issue
Block a user