@@ -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];