This commit is contained in:
lxk0301
2021-03-30 11:17:06 +08:00
parent ba39b7c676
commit baa39d919c
3 changed files with 5 additions and 5 deletions

View File

@@ -827,7 +827,6 @@ async function doFriendsWater() {
}
}
});
//TODO ,发现bug,github action运行发现有些账号第一次没有给3个好友浇水
console.log(`需要浇水的好友列表shareCodes:${JSON.stringify(needWaterFriends)}`);
let waterFriendsCount = 0, cardInfoStr = '';
for (let index = 0; index < needWaterFriends.length; index ++) {