Create 500 students

This commit is contained in:
Adria Navarro 2023-12-21 17:52:04 +01:00
parent dbf4d6dbdd
commit 3eee77c549
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ async function run() {
apiKey,
app._id,
studentsTable,
Array.from({ length: SUBJECT_COUNT }).map(() => ({
Array.from({ length: STUDENT_COUNT }).map(() => ({
"Student Number": (++studentNumber).toString(),
"First Name": generator.first(),
"Last Name": generator.last(),