Skip to content

Commit ca8abf6

Browse files
authored
Merge branch 'develop' into 640-시간에서-교시-변환-시-동작하는-알고리즘-버그-수정
2 parents 20dfc92 + 1aee9c2 commit ca8abf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dsm/pick2024/domain/earlyreturn/service/processor/EarlyReturnApprovalProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class EarlyReturnApprovalProcessor(
4949
}
5050

5151
private fun createApplicationStory(application: Application): ApplicationStory {
52-
val start = attendanceService.translateEarlyReturn(application.start, ApplicationType.TIME)
52+
val start = attendanceService.translateEarlyReturn(application.start, application.applicationType)
5353
return ApplicationStory(
5454
reason = application.reason,
5555
userName = application.userName,

0 commit comments

Comments
 (0)