We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403148f commit fbe3af4Copy full SHA for fbe3af4
TnT/Projects/Presentation/Sources/Home/Trainee/TraineeHomeFeature.swift
@@ -283,8 +283,8 @@ extension TraineeHomeFeature {
283
let newMonth = newPage.toString(format: .yyyyMM)
284
285
// 이전에 불러온 년/달과 같은 경우 API 호출 생략
286
- guard !state.loadedMonths.contains(newMonth) else { return .none }
287
- state.loadedMonths.insert(newMonth)
+// guard !state.loadedMonths.contains(newMonth) else { return .none }
+// state.loadedMonths.insert(newMonth)
288
289
290
// API 호출할 범위 설정
0 commit comments