chore: lint

This commit is contained in:
Marie 2024-09-14 14:40:00 +02:00
parent 52919d1799
commit 2726e7e546
No known key found for this signature in database
GPG Key ID: 7ADF6C9CD9A28555
1 changed files with 0 additions and 1 deletions

View File

@ -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 });