fix: accessing undefined property variables (#3831)

This commit is contained in:
Akash K 2024-02-15 21:32:50 +05:30 committed by GitHub
parent 45b532747e
commit fc34871dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ const handleAccessTokenRequest = async () => {
}
const envs = getCombinedEnvVariables()
const envVars = [...envs.selected.variables, ...envs.global]
const envVars = [...envs.selected, ...envs.global]
try {
const tokenReqParams = {