feat: Extend collection of usage metrics during license renewal (no-changelog) (#8369)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Cornelius Suermann
2024-01-22 12:29:28 +01:00
committed by GitHub
parent ebf2b0d55c
commit d597c2ab29
9 changed files with 212 additions and 16 deletions

View File

@@ -172,7 +172,7 @@ export class UsersController {
const userIds = transferId ? [transferId, idToDelete] : [idToDelete];
const users = await this.userRepository.findManybyIds(userIds);
const users = await this.userRepository.findManyByIds(userIds);
if (!users.length || (transferId && users.length !== 2)) {
throw new NotFoundError(