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:
committed by
GitHub
parent
ebf2b0d55c
commit
d597c2ab29
@@ -187,7 +187,7 @@ export class AuthController {
|
||||
}
|
||||
}
|
||||
|
||||
const users = await this.userRepository.findManybyIds([inviterId, inviteeId]);
|
||||
const users = await this.userRepository.findManyByIds([inviterId, inviteeId]);
|
||||
|
||||
if (users.length !== 2) {
|
||||
this.logger.debug(
|
||||
|
||||
Reference in New Issue
Block a user