Skip to content

Commit

Permalink
add :: batch entity constructor ulid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Oct 21, 2024
1 parent f816929 commit 2ab5de7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class GraduateStudentJobConfiguration(
return student.run {
Student(
id = id,
ulid = ulid,
user = user,
club = club,
classRoom = classRoom,
Expand All @@ -192,6 +193,7 @@ class GraduateStudentJobConfiguration(
return student.run {
Student(
id = id,
ulid = ulid,
user = user,
club = club,
classRoom = classRoom,
Expand Down

0 comments on commit 2ab5de7

Please sign in to comment.