From f67e461cdc48be351c6e92c90b4d1e1840bb8eb2 Mon Sep 17 00:00:00 2001 From: doqedev Date: Thu, 9 Oct 2025 23:47:39 -0700 Subject: [PATCH] got rid of appealdate --- src/types.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/types.ts b/src/types.ts index 82b8964..3c36de6 100644 --- a/src/types.ts +++ b/src/types.ts @@ -42,10 +42,6 @@ export interface CheckResult { * What is the ID of the user? */ userId: string, - /** - * When did this user appeal? (if they have appealed.) - */ - appealDate?: Date /** * The summed up score of all the `guilds`. */