Skip to content

Commit

Permalink
Change AM passes to expire at noon (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-walsh22 authored Nov 8, 2023
1 parent 72dffb3 commit a8b2141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/passUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const AWS = require('aws-sdk');

// default opening/closing hours in 24h time
const DEFAULT_AM_OPENING_HOUR = 7;
const DEFAULT_PM_OPENING_HOUR = 13;
const DEFAULT_PM_OPENING_HOUR = 12;

async function getPersonalizationAttachment(parkIdentifier, registrationNumber, qrCode = false) {
if (qrCode) {
Expand Down

0 comments on commit a8b2141

Please sign in to comment.