Skip to content

Commit ef81930

Browse files
committed
revert to set evalReason as null
1 parent 1f6cd83 commit ef81930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/nodejs/src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ export class DevCycleClient<
282282
if (type === configVariable.type) {
283283
options.value = configVariable.value as VariableTypeAlias<T>
284284
options.eval = { ...configVariable?.eval }
285+
options.evalReason = null
285286
} else {
286287
options.eval = {
287288
reason: EVAL_REASONS.DEFAULT,

0 commit comments

Comments
 (0)