Skip to content

Commit

Permalink
removing duplicate timezone declarations in dynamoUtil (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit authored Jun 16, 2022
1 parent 95ba099 commit 37eb3df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lambda/dynamoUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if (process.env.IS_OFFLINE) {
const ACTIVE_STATUS = 'active';
const RESERVED_STATUS = 'reserved';
const EXPIRED_STATUS = 'expired';
const timeZone = 'America/Vancouver';
const PASS_TYPE_AM = 'AM';
const PASS_TYPE_PM = 'PM';
const PASS_TYPE_DAY = 'DAY';
Expand Down Expand Up @@ -186,7 +185,6 @@ module.exports = {
PM_ACTIVATION_HOUR,
PASS_TYPE_EXPIRY_HOURS,
TIMEZONE,
timeZone,
TABLE_NAME,
dynamodb,
setStatus,
Expand Down

0 comments on commit 37eb3df

Please sign in to comment.