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