From ff068094cd14bc31bf6daec584c8528ba725ef34 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 6 Apr 2022 20:20:27 +0200 Subject: [PATCH] :bug: Removed unnecessary, conflicting type definition --- frontend/src/app.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/app.d.ts b/frontend/src/app.d.ts index 6cc1bbf..c44cce9 100644 --- a/frontend/src/app.d.ts +++ b/frontend/src/app.d.ts @@ -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; +// }