[이민권] 크래쉬 수정

This commit is contained in:
2023-08-17 18:21:01 +09:00
parent 0be7adefe3
commit 87d922c558

View File

@ -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,