We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.preview
1 parent 4290f7b commit 588733dCopy full SHA for 588733d
SNUTT-2022/SNUTT/Services/LectureService.swift
@@ -270,7 +270,7 @@ class FakeLectureService: LectureServiceProtocol {
270
throw STError(.NO_NETWORK)
271
}
272
func fetchLectureReminderList() async throws { return }
273
- func getLectureReminderState(timetableId: String, lecture: Lecture) async throws -> LectureReminder { return .preview }
+ func getLectureReminderState(timetableId: String, lecture: Lecture) async throws -> LectureReminder { throw STError(.SERVER_FAULT) }
274
func changeLectureReminderState(lectureId: String, to option: ReminderOption) async throws {}
275
func getCurrentOrNextSemesterPrimaryTable() -> TimetableMetadata? { nil }
276
0 commit comments