Added language data
This commit is contained in:
@@ -26,6 +26,7 @@ function generateParticipants(amount = 10) {
|
||||
participants.push({ ...participant, fullName: `${participant.firstName} ${participant.lastName}` });
|
||||
}
|
||||
|
||||
console.info('Participants generated...');
|
||||
return participants;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user