0
0
Fork 0

Update the bracket history type

This commit is contained in:
Oliver-Akins 2021-08-30 16:57:57 -06:00
parent 08084b0ab9
commit 7ee7496ce7

View file

@ -22,7 +22,4 @@ interface database {
} }
} }
interface bracket_history { type bracket_history = quote[];
quotes: string[];
votes: { [index: number]: number };
}