mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Fix team wish type from string to number
This commit is contained in:
@@ -29,7 +29,7 @@ export class Volunteer {
|
||||
|
||||
food = ""
|
||||
|
||||
teamWishes: string[] = []
|
||||
teamWishes: number[] = []
|
||||
|
||||
teamWishesComment = ""
|
||||
|
||||
|
Reference in New Issue
Block a user