Skip to content

Commit

Permalink
Retrying dining swipe update
Browse files Browse the repository at this point in the history
  • Loading branch information
rchhaya committed Sep 30, 2022
1 parent f683edc commit b1c8644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class GsrFragment : Fragment() {
val stringStartTime = startTime.toString(timeFormatter)
val stringEndTime = endTime.toString(timeFormatter)
val start = startingSlot.startTime ?: ""
//note that end uses ending slot to account for 30+ min bookings
//note that end uses ending slot to account for 30+ min booking times
val end = endingSlot.endTime ?: ""
val gsrName = gsrRoom.name ?: ""
val gsrRoomId = gsrRoom.room_id ?: 0
Expand Down

0 comments on commit b1c8644

Please sign in to comment.