chore: lint
This commit is contained in:
parent
52919d1799
commit
2726e7e546
|
@ -131,7 +131,6 @@ export class StripeHookServerService {
|
|||
|
||||
this.logger.succ(`${user.username} has failed ID Verification via Session ${verificationSession.id}`);
|
||||
|
||||
|
||||
// If general instance then unset idCheckRequired as to prevent locking the user out forever admins/mods can see the mod note in case of the failure
|
||||
if (!this.config.stripeAgeCheck.required) await this.usersRepository.update(user.id, { idCheckRequired: false });
|
||||
|
||||
|
|
Loading…
Reference in New Issue