Skip to content

Commit e0e7b67

Browse files
committed
fix :: delete return teacher name null 명시 삭제
1 parent 6570bf4 commit e0e7b67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/dsm/pick2024/domain/application/service/ChangeApplicationStatusService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ class ChangeApplicationStatusService(
9898
start = startAndEnd.first(),
9999
end = startAndEnd.last(),
100100
date = application.date,
101-
returnTeacherName = null,
102101
type = Type.APPLICATION,
103102
userId = application.userId
104103
)

0 commit comments

Comments
 (0)