Skip to content

Commit 930759f

Browse files
authored
Merge pull request #105 from topcoder-platform/develop
Prod - mark all challenges as approved temporarily
2 parents 245b040 + cc25ea3 commit 930759f

4 files changed

Lines changed: 441 additions & 68 deletions

File tree

config/default.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ module.exports = {
8181
// topgear billing accounts
8282
TOPGEAR_BILLING_ACCOUNTS_ID: process.env.TOPGEAR_BILLING_ACCOUNTS_ID
8383
? process.env.TOPGEAR_BILLING_ACCOUNTS_ID.split(",")
84+
.map((billingAccountId) => billingAccountId.trim())
85+
.filter(Boolean)
8486
: [],
8587

86-
// billing accounts that can bypass challenge activation expiry/funds validation
88+
// billing accounts that can bypass challenge activation expiry/funds validation and budget locks
8789
IGNORED_CHALLENGE_ACTIVATION_BILLING_ACCOUNT_IDS: process.env
8890
.IGNORED_CHALLENGE_ACTIVATION_BILLING_ACCOUNT_IDS
8991
? process.env.IGNORED_CHALLENGE_ACTIVATION_BILLING_ACCOUNT_IDS.split(",")

0 commit comments

Comments
 (0)