Compare commits
No commits in common. "4f5a1492a6ab1f70e0ace953d81be9f7592ceaa1" and "5750b83dc6b1d1420b010ab04823783ebad8dcf6" have entirely different histories.
4f5a1492a6
...
5750b83dc6
@ -15,8 +15,6 @@ export default async function (call: ApiCall<ReqRefresh, ResRefresh>) {
|
||||
let event = await G.mongodb.cEvent('xstask').findOne({uid: call.uid, type: 'xstask'});
|
||||
if (event?.receiveNum >= 8) return call.error(globalThis.lng.xstask_11);
|
||||
|
||||
delNum = delNum - (event?.receiveNum || 0)
|
||||
|
||||
let change: ResRefresh = {};
|
||||
let needDel = taskList.filter(task => task.receiveData == undefined || task.receiveData.rec == true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user