Skip to content

Commit 93c1b50

Browse files
Merge pull request #214 from eisbilir/dev
make Resource Booking model to not store time, only dates
2 parents 04fe63d + a7fbbac commit 93c1b50

File tree

11 files changed

+410
-2447
lines changed

11 files changed

+410
-2447
lines changed

config/default.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,5 @@ module.exports = {
147147
DEFAULT_TIMELINE_TEMPLATE_ID: process.env.DEFAULT_TIMELINE_TEMPLATE_ID || '53a307ce-b4b3-4d6f-b9a1-3741a58f77e6',
148148
DEFAULT_TRACK_ID: process.env.DEFAULT_TRACK_ID || '9b6fc876-f4d9-4ccb-9dfd-419247628825',
149149

150-
// default time zone for Work Periods
151-
WORK_PERIOD_TIME_ZONE: process.env.WORK_PERIOD_TIME_ZONE || 'America/New_York',
152150
PAYMENT_PROCESSING_SWITCH: process.env.PAYMENT_PROCESSING_SWITCH || 'OFF'
153151
}

config/test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ module.exports = {
44
AUTH0_AUDIENCE: 'http://example.com',
55
AUTH0_AUDIENCE_UBAHN: 'http://example.com',
66
AUTH0_CLIENT_ID: 'fake_id',
7-
AUTH0_CLIENT_SECRET: 'fake_secret',
8-
WORK_PERIOD_TIME_ZONE: 'America/New_York'
7+
AUTH0_CLIENT_SECRET: 'fake_secret'
98
}

0 commit comments

Comments
 (0)