From 39e1b925e5135a04fcfaa5d4df2ccdaec779f77f Mon Sep 17 00:00:00 2001 From: mountain Date: Thu, 17 Aug 2023 12:35:48 +0900 Subject: [PATCH] =?UTF-8?q?divisionsSerialized=EA=B0=80=20=EC=9E=98?= =?UTF-8?q?=EB=AA=BB=20=EB=8D=AE=EC=96=B4=EC=94=8C=EC=96=B4=EC=A7=84=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/service.go b/core/service.go index c3218f4..be9ed06 100644 --- a/core/service.go +++ b/core/service.go @@ -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))