From 87d922c558c3218019f4143ac984a4ffdf6104d5 Mon Sep 17 00:00:00 2001 From: mklee Date: Thu, 17 Aug 2023 18:21:01 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=9D=B4=EB=AF=BC=EA=B6=8C]=20=ED=81=AC?= =?UTF-8?q?=EB=9E=98=EC=89=AC=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/service.go b/core/service.go index cc536b2..9da0fc7 100644 --- a/core/service.go +++ b/core/service.go @@ -546,7 +546,7 @@ func (sh *serviceDescription) linkinfo(w http.ResponseWriter, r *http.Request) { } platformName := "platform" - links, err := sh.mongoClient.FindAll(CollectionAccount, bson.M{ + links, err := sh.mongoClient.FindAll(CollectionLink, bson.M{ "accid": authInfo.Accid, }, options.Find().SetLimit(sh.MaximumNumLinkAccount).SetProjection(bson.M{ platformName: 1,