Try extending /stats to 180 days

This commit is contained in:
Austin Chen 2022-09-30 18:46:54 -04:00
parent 3d146dd57d
commit 1fc2f15dae

View File

@ -18,7 +18,7 @@ import { average } from '../../common/util/math'
const firestore = admin.firestore()
const numberOfDays = 90
const numberOfDays = 180
const getBetsQuery = (startTime: number, endTime: number) =>
firestore