fix:处理活动和新年头像框

This commit is contained in:
yushunrui 2024-01-12 23:53:59 +08:00
parent 184bdd304e
commit 6eb61ece9c

View File

@ -12,7 +12,6 @@ class Path {
await G.mongodb.collection('hdinfo').updateOne({ "hdid": hdinfo.hdid}, { "$set": {"data.figt": {}} });
console.log(hdinfo.hdid,"finish")
}
return "sucess!!!"
}
@ -24,7 +23,6 @@ class Path {
await G.mongodb.collection('user').updateOne({ "uid": user.uid}, { "$set": {"headFrames": user.headFrames} });
console.log(user.uid, user.headFrames)
}
return "sucess!!!"
}