ghorsington %!s(int64=4) %!d(string=hai) anos
pai
achega
5d44057bc0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];