lib/libIlias.js
@@ -36,10 +36,12 @@ end: new Date(), duration: null, count: 0, userIds: [], } for (const user of users) { await deleteUser(user.usr_id) res.count += 1 res.userIds.push(user.usr_id) } res.end = new Date() res.duration = res.end - res.start