Skip to content

Commit 4eeb45c

Browse files
committed
fix: lint error
1 parent f788730 commit 4eeb45c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

config/default.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@ module.exports = {
251251
RECRUITCRM_API_KEY: '',
252252
GROWSURF_API_KEY: '',
253253
SENDGRID_API_KEY: '',
254-
255-
JWT_AUTH: {
256-
SECRET: 'mysecret',
257-
AUTH_SECRET: 'mysecret',
258-
VALID_ISSUERS: '["https://api.topcoder-dev.com", "https://api.topcoder.com", "https://topcoder-dev.auth0.com/", "https://auth.topcoder-dev.com/"]',
259-
},
260254
},
261255

262256
GROWSURF_CAMPAIGN_ID: '',

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,5 @@ module.exports = {
214214
TC_EDU_SEARCH_PATH: '/search',
215215
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
216216
ENABLE_RECOMMENDER: true,
217-
PLATFORM_SITE_URL: 'https://platform.topcoder.com',
217+
PLATFORM_SITE_URL: 'https://platform.topcoder.com',
218218
};

0 commit comments

Comments
 (0)