ghorsington 4 years ago
parent
commit
5d44057bc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bot/src/plugins/violation.ts

+ 1 - 1
bot/src/plugins/violation.ts

@@ -213,7 +213,7 @@ export class ViolationPlugin {
             await message.reply(`user has no existing active ${command}s in the DB!`);
             return;
         }
-        
+
         await violationRepo.update({ id: existingViolation.id } as unknown as FindConditions<T>, { valid: false } as unknown as QueryDeepPartialEntity<T>);
         delete this.jobs[existingViolation.id];