diff --git a/server/src/objects/Team.ts b/server/src/objects/Team.ts index 20fa50a..7447362 100644 --- a/server/src/objects/Team.ts +++ b/server/src/objects/Team.ts @@ -53,7 +53,7 @@ export class Team { }; - public modifyAnswer(answerIndex: number, answer: string) { + public modifyAnswer(answerIndex: answer, answer: string) { /** * Takes the value of an answer and modifies in the storage. *