ghorsington 4 vuotta sitten
vanhempi
commit
5d44057bc0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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];