fix: update env validation and include newest var (#39661)
This commit is contained in:
committed by
GitHub
parent
d33f5f82a7
commit
4f68cc3126
@@ -50,5 +50,5 @@ module.exports = Object.assign(locations, {
|
||||
!paypalClientId || paypalClientId === 'id_from_paypal_dashboard'
|
||||
? null
|
||||
: paypalClientId,
|
||||
showUpcomingChanges: showUpcomingChanges === 'true'
|
||||
showUpcomingChanges: showUpcomingChanges && showUpcomingChanges === 'true'
|
||||
});
|
||||
|
Reference in New Issue
Block a user