got rid of appealdate

This commit is contained in:
2025-10-09 23:47:39 -07:00
parent b3b8eff9fb
commit f67e461cdc

View File

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