feat: for confirm list, allow to see 30 minutes before meeting start

This commit is contained in:
2025-08-25 08:47:15 -06:00
parent 9ea2f96106
commit aa346a9abd

View File

@@ -239,7 +239,8 @@ export default class QuickActionBvcEndView extends Vue {
}
const eventStartDateObj = currentOrPreviousSat
.set({ weekday: 6 })
.set({ hour: 9 })
.set({ hour: 8 })
.set({ minute: 30 }) // to catch if people put their claims 30 minutes early
.startOf("hour");
// Hack, but full ISO pushes the length to 340 which crashes verifyJWT!