We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eabd03 commit 0f829bbCopy full SHA for 0f829bb
sdk/nodejs/src/client.ts
@@ -286,7 +286,7 @@ export class DevCycleClient<
286
if (type === configVariable.type) {
287
options.value = configVariable.value as VariableTypeAlias<T>
288
if (configVariable.eval) {
289
- options.eval = { ...configVariable?.eval }
+ options.eval = { ...configVariable.eval }
290
}
291
} else {
292
options.eval = {
0 commit comments