divisionsSerialized가 잘못 덮어씌어진 문제 수정

This commit is contained in:
2023-08-17 12:35:48 +09:00
parent a97b9f0983
commit 3a9f81f1cb

View File

@ -282,7 +282,6 @@ func (sh *serviceDescription) prepare(mg *Maingate) error {
sh.getProviderInfo = mg.getProviderInfo sh.getProviderInfo = mg.getProviderInfo
sh.wl = &mg.wl sh.wl = &mg.wl
sh.divisionsSerialized, _ = json.Marshal(sh)
sh.serviceSummarySerialized, _ = json.Marshal(sh.ServiceDescriptionSummary) sh.serviceSummarySerialized, _ = json.Marshal(sh.ServiceDescriptionSummary)
logger.Println("service is ready :", sh.ServiceCode, string(sh.divisionsSerialized)) logger.Println("service is ready :", sh.ServiceCode, string(sh.divisionsSerialized))