Skip to content

Commit 2d39fd7

Browse files
committed
Update dates for dining analytics
1 parent ad05889 commit 2d39fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PennMobile/src/main/java/com/pennapps/labs/pennmobile/adapters/DiningInsightsCardAdapter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class DiningInsightsCardAdapter(private var cells: ArrayList<DiningInsightCell>)
4545
private const val DINING_DOLLARS_PREDICTIONS = 2
4646
private const val DINING_SWIPES_PREDICTIONS = 3
4747

48-
const val START_DAY_OF_SEMESTER = "2023-08-30"
49-
private const val DAYS_IN_SEMESTER = 113f
48+
const val START_DAY_OF_SEMESTER = "2024-01-18"
49+
private const val DAYS_IN_SEMESTER = 117f
5050
}
5151

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

0 commit comments

Comments
 (0)