File tree 1 file changed +4
-2
lines changed
KkuMulKum/Source/Promise/ReadyStatus/ViewModel
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ extension ReadyStatusViewModel {
111
111
print ( " 이동 시간: \( moveTime) 분 " )
112
112
print ( " 총 준비 시간: \( totalPrepTime / 60 ) 분 " )
113
113
114
- let readyStartTime = promiseDate. addingTimeInterval ( - TimeInterval( readyTime + moveTime) * 60 )
115
- let moveStartTime = promiseDate. addingTimeInterval ( - TimeInterval( moveTime) * 60 )
114
+ let readyStartTime = promiseDate. addingTimeInterval ( - TimeInterval( readyTime + moveTime + 10 ) * 60 )
115
+ let moveStartTime = promiseDate. addingTimeInterval ( - TimeInterval( moveTime + 10 ) * 60 )
116
116
117
117
self . readyStartTime. value = timeFormatter. string ( from: readyStartTime)
118
118
print ( " 준비 시작 시간: \( self . readyStartTime. value) " )
@@ -169,6 +169,8 @@ extension ReadyStatusViewModel {
169
169
else {
170
170
return
171
171
}
172
+
173
+ //myReadyStatus.value?.preparationStartAt =
172
174
}
173
175
}
174
176
}
You can’t perform that action at this time.
0 commit comments