Add Patreon client key validation (#44155)
This commit is contained in:
@ -46,7 +46,7 @@ if (FREECODECAMP_NODE_ENV !== 'development') {
|
||||
'showUpcomingChanges'
|
||||
];
|
||||
const searchKeys = ['algoliaAppId', 'algoliaAPIKey'];
|
||||
const donationKeys = ['stripePublicKey', 'paypalClientId'];
|
||||
const donationKeys = ['stripePublicKey', 'paypalClientId', 'patreonClientId'];
|
||||
|
||||
const expectedVariables = locationKeys.concat(
|
||||
deploymentKeys,
|
||||
|
Reference in New Issue
Block a user