REST Service for POPCORN - ILIAS
alex
2025-06-16 bf026e2c06576854685a665ecbb77f3779f2cda6
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