Skip to content

Commit

Permalink
Fixed dining insights dates for fall 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnipes29 committed Sep 5, 2023
1 parent 4dcc7ac commit 2cbe945
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class DiningInsightsCardAdapter(private var cells: ArrayList<DiningInsightCell>)
private const val DINING_DOLLARS_PREDICTIONS = 2
private const val DINING_SWIPES_PREDICTIONS = 3

const val START_DAY_OF_SEMESTER = "2023-01-10"
private const val DAYS_IN_SEMESTER = 119f
const val START_DAY_OF_SEMESTER = "2023-08-30"
private const val DAYS_IN_SEMESTER = 113f
}

override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
Expand Down

0 comments on commit 2cbe945

Please sign in to comment.