Fix team wish type from string to number

This commit is contained in:
pikiou
2022-02-10 17:47:14 +01:00
parent 6e22136737
commit ddd99ff4bb
7 changed files with 15 additions and 122 deletions

View File

@@ -29,7 +29,7 @@ export class Volunteer {
food = ""
teamWishes: string[] = []
teamWishes: number[] = []
teamWishesComment = ""