🐛 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;
}
// TODO WTF
export interface Answer {
username: string;
answer: string;
right: boolean;
}
// TODO Keep an eye on this shit
// export interface Answer {
// username: string;
// answer: string;
// right: boolean;
// }