Change the type from number to be the specific answer type.
This commit is contained in:
parent
db22f360fc
commit
e42101710e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue