Skip to content

Commit a663d96

Browse files
committed
Merge branch 'dev' of https://github.com/topcoder-platform/taas-apis into feature/interview-scheduler2
2 parents 75ddf18 + 321ce76 commit a663d96

19 files changed

+1533
-1151
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ The following parameters can be set in the config file or via env variables:
278278
279279
- Split code into reusable methods where applicable.
280280
- Lint should pass.
281+
- Unit tests should pass.
281282
282283
### Documentation and Utils
283284

config/default.js

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

165-
// default time zone for Work Periods
166-
WORK_PERIOD_TIME_ZONE: process.env.WORK_PERIOD_TIME_ZONE || 'America/New_York',
167165
PAYMENT_PROCESSING_SWITCH: process.env.PAYMENT_PROCESSING_SWITCH || 'OFF'
168166
}

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)