Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
shp7724 committed May 15, 2024
1 parent f36c326 commit 4574279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SNUTT-2022/SNUTT/Services/TimetableService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ struct TimetableService: TimetableServiceProtocol {
struct FakeTimetableService: TimetableServiceProtocol {
func fetchRecentTimetable() async throws {}
func fetchTimetableList() {}
func fetchTimetableData(timetableId _: String) async throws -> Timetable { .preview }
func fetchTimetableData(timetableId _: String) async throws -> Timetable { fatalError() }
func fetchTimetable(timetableId _: String) {}
func loadTimetableConfig() {}
func copyTimetable(timetableId _: String) {}
Expand Down

0 comments on commit 4574279

Please sign in to comment.