0
0
Fork 0

Change the type from number to be the specific answer type.

This commit is contained in:
Oliver-Akins 2020-12-27 15:15:06 -07:00
parent db22f360fc
commit e42101710e

View file

@ -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.
*