🐛 Removed unnecessary, conflicting type definition

This commit is contained in:
Mawoka
2022-04-06 20:20:27 +02:00
parent 49a62660c1
commit ff068094cd
+6 -6
View File
@@ -36,9 +36,9 @@ export interface Answer {
answer: string; answer: string;
} }
// TODO WTF // TODO Keep an eye on this shit
export interface Answer { // export interface Answer {
username: string; // username: string;
answer: string; // answer: string;
right: boolean; // right: boolean;
} // }