Add Patreon client key validation (#44155)

This commit is contained in:
Ahmad Abdolsaheb
2021-11-10 19:21:50 +03:00
committed by GitHub
parent 6feeaa289b
commit 7f769cdaf8

View File

@ -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,