Skip to content

Commit

Permalink
Update app-ios/Sources/TimetableFeature/TimetableDataItems.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Ryoya Ito <[email protected]>
  • Loading branch information
charles-b-stb and ry-itto authored Aug 17, 2024
1 parent bdf3b12 commit 348203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Sources/TimetableFeature/TimetableDataItems.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public struct TimetableTimeGroupItems: Identifiable, Equatable, Hashable {
self.items = items
}

func getItemForRoom(forRoom: RoomType) -> TimetableItemWithFavorite? {
func getItem(for room: RoomType) -> TimetableItemWithFavorite? {
items.filter {
$0.timetableItem.room.type == forRoom //TODO: roomIj handling not decided?

Check failure on line 34 in app-ios/Sources/TimetableFeature/TimetableDataItems.swift

View workflow job for this annotation

GitHub Actions / build-test-ios

cannot find 'forRoom' in scope
}.first
Expand Down

0 comments on commit 348203e

Please sign in to comment.