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`. */